Home
last modified time | relevance | path

Searched refs:KEY_SIZE (Results 1 – 16 of 16) sorted by relevance

/trusted-firmware-a/include/drivers/arm/cryptocell/712/
A Dsecureboot_gen_defs.h27 #if (KEY_SIZE == 2048)
29 #elif (KEY_SIZE == 3072)
A Drsa.h25 #if (KEY_SIZE == 2048)
27 #elif (KEY_SIZE == 3072)
/trusted-firmware-a/make_helpers/tbbr/
A Dtbbr_tools.mk59 $(if ${KEY_SIZE},$(eval $(call CERT_ADD_CMD_OPT,${KEY_SIZE},--key-size)))
60 $(if ${KEY_SIZE},$(eval $(call CERT_ADD_CMD_OPT,${KEY_SIZE},--key-size,FWU_)))
/trusted-firmware-a/tools/encrypt_fw/src/
A Dencrypt.c19 #define KEY_SIZE 32 macro
30 unsigned char key[KEY_SIZE], iv[IV_SIZE], tag[TAG_SIZE]; in gcm_encrypt()
41 for (i = 0, j = 0; i < KEY_SIZE; i++, j += 2) { in gcm_encrypt()
/trusted-firmware-a/drivers/auth/mbedtls/
A Dmbedtls_common.mk67 ifeq (${KEY_SIZE},)
70 TF_MBEDTLS_KEY_SIZE := ${KEY_SIZE}
/trusted-firmware-a/plat/mediatek/mt8173/drivers/crypt/
A Dcrypt.c39 #define KEY_SIZE 160 macro
120 for (i = 0; i < KEY_SIZE; i++) in crypt_clear_hdcp_key()
/trusted-firmware-a/include/drivers/arm/cryptocell/713/
A Dcc_pka_hw_plat_defs.h31 #if (KEY_SIZE == 3072)
/trusted-firmware-a/plat/nxp/soc-lx2160a/
A Dddr_tbbr.mk62 $(if ${KEY_SIZE},$(eval $(call CERT_ADD_CMD_OPT,${KEY_SIZE},--key-size,DDR_)))
/trusted-firmware-a/drivers/auth/cryptocell/
A Dcryptocell_crypto.mk15 $(eval $(call add_define,KEY_SIZE))
/trusted-firmware-a/make_helpers/
A Ddefaults.mk193 KEY_SIZE := 2048
/trusted-firmware-a/plat/nxp/common/tbbr/
A Dtbbr.mk77 KEY_SIZE := 2048
/trusted-firmware-a/
A DMakefile1056 ifdef KEY_SIZE
1057 $(eval $(call assert_numeric,KEY_SIZE))
/trusted-firmware-a/docs/build/TF-A_2.5/_sources/getting_started/
A Dbuild-options.rst.txt476 - ``KEY_SIZE``: This build flag enables the user to select the key size for
477 the algorithm specified by ``KEY_ALG``. The valid values for ``KEY_SIZE``
/trusted-firmware-a/docs/getting_started/
A Dbuild-options.rst476 - ``KEY_SIZE``: This build flag enables the user to select the key size for
477 the algorithm specified by ``KEY_ALG``. The valid values for ``KEY_SIZE``
/trusted-firmware-a/docs/build/TF-A_2.5/_sources/
A Dchange-log.md.txt1711 - The default value of `KEY_SIZE` has been changed to to 2048 when RSA is in
/trusted-firmware-a/docs/
A Dchange-log.md1711 - The default value of `KEY_SIZE` has been changed to to 2048 when RSA is in

Completed in 32 milliseconds