Searched refs:KEY_SIZE (Results 1 – 11 of 11) sorted by relevance
| /trusted-firmware-a-latest/drivers/auth/mbedtls/ |
| D | mbedtls_common.mk | 111 ifeq (${KEY_SIZE},) 113 else ifneq ($(filter $(KEY_SIZE), 1024 2048 3072 4096),) 114 TF_MBEDTLS_KEY_SIZE := ${KEY_SIZE} 116 $(error "Invalid value for KEY_SIZE: ${KEY_SIZE}") 119 ifeq (${KEY_SIZE},) 121 else ifneq ($(filter $(KEY_SIZE), 256 384),) 122 TF_MBEDTLS_KEY_SIZE := ${KEY_SIZE} 124 $(error "Invalid value for KEY_SIZE: ${KEY_SIZE}")
|
| /trusted-firmware-a-latest/tools/encrypt_fw/src/ |
| 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-latest/make_helpers/tbbr/ |
| D | tbbr_tools.mk | 74 $(if ${KEY_SIZE},$(eval $(call CERT_ADD_CMD_OPT,${KEY_SIZE},--key-size))) 75 $(if ${KEY_SIZE},$(eval $(call CERT_ADD_CMD_OPT,${KEY_SIZE},--key-size,FWU_)))
|
| /trusted-firmware-a-latest/plat/mediatek/mt8173/drivers/crypt/ |
| 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-latest/plat/nxp/soc-lx2160a/ |
| D | ddr_tbbr.mk | 62 $(if ${KEY_SIZE},$(eval $(call CERT_ADD_CMD_OPT,${KEY_SIZE},--key-size,DDR_)))
|
| /trusted-firmware-a-latest/make_helpers/ |
| D | defaults.mk | 173 KEY_SIZE := 2048
|
| /trusted-firmware-a-latest/plat/nxp/common/tbbr/ |
| D | tbbr.mk | 84 KEY_SIZE := 2048
|
| /trusted-firmware-a-latest/plat/arm/board/common/ |
| D | board_common.mk | 45 ifeq (${KEY_SIZE},384)
|
| /trusted-firmware-a-latest/ |
| D | Makefile | 1299 ifdef KEY_SIZE 1300 $(eval $(call assert_numeric,KEY_SIZE))
|
| /trusted-firmware-a-latest/docs/getting_started/ |
| D | build-options.rst | 622 - ``KEY_SIZE``: This build flag enables the user to select the key size for 623 the algorithm specified by ``KEY_ALG``. The valid values for ``KEY_SIZE``
|
| /trusted-firmware-a-latest/docs/ |
| D | change-log.md | 837 …- setting default KEY_SIZE ([6f3ca8a](https://review.trustedfirmware.org/plugins/gitiles/TF-A/trus… 5987 - The default value of `KEY_SIZE` has been changed to to 2048 when RSA is in
|