Searched refs:KEY_SIZE (Results 1 – 11 of 11) sorted by relevance
| /rk3399_ARM-atf/drivers/auth/mbedtls/ |
| H A D | mbedtls_common.mk | 101 ifeq (${KEY_SIZE},) 103 else ifneq ($(filter $(KEY_SIZE), 1024 2048 3072 4096),) 104 TF_MBEDTLS_KEY_SIZE := ${KEY_SIZE} 106 $(error "Invalid value for KEY_SIZE: ${KEY_SIZE}") 109 ifeq (${KEY_SIZE},) 111 else ifneq ($(filter $(KEY_SIZE), 256 384),) 112 TF_MBEDTLS_KEY_SIZE := ${KEY_SIZE} 114 $(error "Invalid value for KEY_SIZE: ${KEY_SIZE}")
|
| /rk3399_ARM-atf/make_helpers/tbbr/ |
| H A D | tbbr_tools.mk | 76 $(if ${KEY_SIZE},$(eval $(call CERT_ADD_CMD_OPT,${KEY_SIZE},--key-size))) 77 $(if ${KEY_SIZE},$(eval $(call CERT_ADD_CMD_OPT,${KEY_SIZE},--key-size,FWU_))) 78 $(if ${KEY_SIZE},$(eval $(call CERT_ADD_CMD_OPT,${KEY_SIZE},--key-size,BL2_)))
|
| /rk3399_ARM-atf/tools/encrypt_fw/src/ |
| H 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()
|
| /rk3399_ARM-atf/plat/mediatek/mt8173/drivers/crypt/ |
| H A D | crypt.c | 39 #define KEY_SIZE 160 macro 120 for (i = 0; i < KEY_SIZE; i++) in crypt_clear_hdcp_key()
|
| /rk3399_ARM-atf/plat/nxp/soc-lx2160a/ |
| H A D | ddr_tbbr.mk | 55 $(if ${KEY_SIZE},$(eval $(call CERT_ADD_CMD_OPT,${KEY_SIZE},--key-size,DDR_)))
|
| /rk3399_ARM-atf/make_helpers/ |
| H A D | defaults.mk | 195 KEY_SIZE := 2048
|
| /rk3399_ARM-atf/plat/nxp/common/tbbr/ |
| H A D | tbbr.mk | 84 KEY_SIZE := 2048
|
| /rk3399_ARM-atf/plat/arm/board/common/ |
| H A D | board_common.mk | 96 ifeq ($(KEY_SIZE), 384)
|
| /rk3399_ARM-atf/ |
| H A D | Makefile | 738 ifdef KEY_SIZE 739 $(eval $(call assert_numeric,KEY_SIZE))
|
| /rk3399_ARM-atf/docs/getting_started/ |
| H A D | build-options.rst | 795 - ``KEY_SIZE``: This build flag enables the user to select the key size for 796 the algorithm specified by ``KEY_ALG``. The valid values for ``KEY_SIZE``
|
| /rk3399_ARM-atf/docs/ |
| H A D | change-log.md | 5187 …- setting default KEY_SIZE ([6f3ca8a](https://review.trustedfirmware.org/plugins/gitiles/TF-A/trus… 10338 - The default value of `KEY_SIZE` has been changed to to 2048 when RSA is in
|