Home
last modified time | relevance | path

Searched refs:rsa (Results 1 – 15 of 15) sorted by relevance

/tf-a-ffa_el3_spmc/drivers/auth/mbedtls/
A Dmbedtls_common.mk47 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 Dkey.c44 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 Ddefaults.mk174 KEY_ALG := rsa
177 ifeq ($(KEY_ALG),rsa)
/tf-a-ffa_el3_spmc/plat/arm/board/common/protpk/
A DREADME13 openssl rsa -in arm_protprivk_rsa.pem -pubout -outform DER | \
/tf-a-ffa_el3_spmc/plat/nxp/common/tbbr/
A Dtbbr.mk76 KEY_ALG := rsa
134 $(Q)openssl rsa -in $< -pubout -outform DER 2>/dev/null |\
/tf-a-ffa_el3_spmc/plat/arm/board/common/
A Dboard_common.mk20 CRYPTO_ALG=rsa
/tf-a-ffa_el3_spmc/plat/socionext/uniphier/
A Dplatform.mk114 $(Q)openssl rsa -in $< -pubout -outform DER 2>/dev/null |\
/tf-a-ffa_el3_spmc/plat/imx/imx7/common/
A Dimx7.mk87 $(Q)openssl rsa -in $< -pubout -outform DER 2>/dev/null |\
/tf-a-ffa_el3_spmc/plat/imx/imx8m/imx8mm/
A Dplatform.mk128 $(Q)openssl rsa -in $< -pubout -outform DER 2>/dev/null |\
/tf-a-ffa_el3_spmc/plat/hisilicon/hikey960/
A Dplatform.mk149 $(Q)openssl rsa -in $< -pubout -outform DER 2>/dev/null |\
/tf-a-ffa_el3_spmc/plat/rpi/rpi3/
A Dplatform.mk219 $(Q)openssl rsa -in $< -pubout -outform DER 2>/dev/null |\
/tf-a-ffa_el3_spmc/plat/hisilicon/hikey/
A Dplatform.mk157 $(Q)openssl rsa -in $< -pubout -outform DER 2>/dev/null |\
/tf-a-ffa_el3_spmc/plat/qemu/qemu/
A Dplatform.mk93 $(Q)openssl rsa -in $< -pubout -outform DER 2>/dev/null |\
/tf-a-ffa_el3_spmc/docs/design/
A Dauth-framework.rst959 - ``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 Dbuild-options.rst429 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