Searched refs:KEY_SIZE (Results 1 – 16 of 16) sorted by relevance
| /trusted-firmware-a/include/drivers/arm/cryptocell/712/ |
| A D | secureboot_gen_defs.h | 27 #if (KEY_SIZE == 2048) 29 #elif (KEY_SIZE == 3072)
|
| A D | rsa.h | 25 #if (KEY_SIZE == 2048) 27 #elif (KEY_SIZE == 3072)
|
| /trusted-firmware-a/make_helpers/tbbr/ |
| A D | tbbr_tools.mk | 59 $(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 D | encrypt.c | 19 #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 D | mbedtls_common.mk | 67 ifeq (${KEY_SIZE},) 70 TF_MBEDTLS_KEY_SIZE := ${KEY_SIZE}
|
| /trusted-firmware-a/plat/mediatek/mt8173/drivers/crypt/ |
| A D | crypt.c | 39 #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 D | cc_pka_hw_plat_defs.h | 31 #if (KEY_SIZE == 3072)
|
| /trusted-firmware-a/plat/nxp/soc-lx2160a/ |
| A D | ddr_tbbr.mk | 62 $(if ${KEY_SIZE},$(eval $(call CERT_ADD_CMD_OPT,${KEY_SIZE},--key-size,DDR_)))
|
| /trusted-firmware-a/drivers/auth/cryptocell/ |
| A D | cryptocell_crypto.mk | 15 $(eval $(call add_define,KEY_SIZE))
|
| /trusted-firmware-a/make_helpers/ |
| A D | defaults.mk | 193 KEY_SIZE := 2048
|
| /trusted-firmware-a/plat/nxp/common/tbbr/ |
| A D | tbbr.mk | 77 KEY_SIZE := 2048
|
| /trusted-firmware-a/ |
| A D | Makefile | 1056 ifdef KEY_SIZE 1057 $(eval $(call assert_numeric,KEY_SIZE))
|
| /trusted-firmware-a/docs/build/TF-A_2.5/_sources/getting_started/ |
| A D | build-options.rst.txt | 476 - ``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 D | build-options.rst | 476 - ``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 D | change-log.md.txt | 1711 - The default value of `KEY_SIZE` has been changed to to 2048 when RSA is in
|
| /trusted-firmware-a/docs/ |
| A D | change-log.md | 1711 - The default value of `KEY_SIZE` has been changed to to 2048 when RSA is in
|
Completed in 32 milliseconds