Searched refs:rsa (Results 1 – 15 of 15) sorted by relevance
/tf-a-ffa_el3_spmc/drivers/auth/mbedtls/ |
A D | mbedtls_common.mk | 47 rsa.c \ 61 TF_MBEDTLS_KEY_ALG := rsa 66 ifneq ($(findstring rsa,${TF_MBEDTLS_KEY_ALG}),) 85 else ifeq (${TF_MBEDTLS_KEY_ALG},rsa) 87 else ifeq (${TF_MBEDTLS_KEY_ALG},rsa+ecdsa)
|
/tf-a-ffa_el3_spmc/tools/cert_create/src/ |
A D | key.c | 44 RSA *rsa = NULL; in key_create_rsa() local 57 rsa = RSA_new(); in key_create_rsa() 58 if (rsa == NULL) { in key_create_rsa() 63 if (!RSA_generate_key_ex(rsa, key_bits, e, NULL)) { in key_create_rsa() 68 if (!EVP_PKEY_assign_RSA(key->key, rsa)) { in key_create_rsa() 76 RSA_free(rsa); in key_create_rsa()
|
/tf-a-ffa_el3_spmc/make_helpers/ |
A D | defaults.mk | 174 KEY_ALG := rsa 177 ifeq ($(KEY_ALG),rsa)
|
/tf-a-ffa_el3_spmc/plat/arm/board/common/protpk/ |
A D | README | 13 openssl rsa -in arm_protprivk_rsa.pem -pubout -outform DER | \
|
/tf-a-ffa_el3_spmc/plat/nxp/common/tbbr/ |
A D | tbbr.mk | 76 KEY_ALG := rsa 134 $(Q)openssl rsa -in $< -pubout -outform DER 2>/dev/null |\
|
/tf-a-ffa_el3_spmc/plat/arm/board/common/ |
A D | board_common.mk | 20 CRYPTO_ALG=rsa
|
/tf-a-ffa_el3_spmc/plat/socionext/uniphier/ |
A D | platform.mk | 114 $(Q)openssl rsa -in $< -pubout -outform DER 2>/dev/null |\
|
/tf-a-ffa_el3_spmc/plat/imx/imx7/common/ |
A D | imx7.mk | 87 $(Q)openssl rsa -in $< -pubout -outform DER 2>/dev/null |\
|
/tf-a-ffa_el3_spmc/plat/imx/imx8m/imx8mm/ |
A D | platform.mk | 128 $(Q)openssl rsa -in $< -pubout -outform DER 2>/dev/null |\
|
/tf-a-ffa_el3_spmc/plat/hisilicon/hikey960/ |
A D | platform.mk | 149 $(Q)openssl rsa -in $< -pubout -outform DER 2>/dev/null |\
|
/tf-a-ffa_el3_spmc/plat/rpi/rpi3/ |
A D | platform.mk | 219 $(Q)openssl rsa -in $< -pubout -outform DER 2>/dev/null |\
|
/tf-a-ffa_el3_spmc/plat/hisilicon/hikey/ |
A D | platform.mk | 157 $(Q)openssl rsa -in $< -pubout -outform DER 2>/dev/null |\
|
/tf-a-ffa_el3_spmc/plat/qemu/qemu/ |
A D | platform.mk | 93 $(Q)openssl rsa -in $< -pubout -outform DER 2>/dev/null |\
|
/tf-a-ffa_el3_spmc/docs/design/ |
A D | auth-framework.rst | 959 - ``TF_MBEDTLS_KEY_ALG`` can take in 3 values: `rsa`, `ecdsa` or `rsa+ecdsa`. 961 the build for the various algorithms. Setting the variable to `rsa+ecdsa` 962 enables support for both rsa and ecdsa algorithms in the mbedTLS library.
|
/tf-a-ffa_el3_spmc/docs/getting_started/ |
A D | build-options.rst | 429 It accepts 3 values: ``rsa``, ``rsa_1_5`` and ``ecdsa``. The option 432 flag is ``rsa`` which is the TBBR compliant PKCS#1 RSA 2.1 scheme. 441 | rsa | 1024 , 2048 (default), 3072, 4096* |
|
Completed in 13 milliseconds