Home
last modified time | relevance | path

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

/rk3399_ARM-atf/drivers/auth/mbedtls/
H A Dmbedtls_common.mk101 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 Dtbbr_tools.mk76 $(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 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()
/rk3399_ARM-atf/plat/mediatek/mt8173/drivers/crypt/
H A Dcrypt.c39 #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 Dddr_tbbr.mk55 $(if ${KEY_SIZE},$(eval $(call CERT_ADD_CMD_OPT,${KEY_SIZE},--key-size,DDR_)))
/rk3399_ARM-atf/make_helpers/
H A Ddefaults.mk195 KEY_SIZE := 2048
/rk3399_ARM-atf/plat/nxp/common/tbbr/
H A Dtbbr.mk84 KEY_SIZE := 2048
/rk3399_ARM-atf/plat/arm/board/common/
H A Dboard_common.mk96 ifeq ($(KEY_SIZE), 384)
/rk3399_ARM-atf/
H A DMakefile738 ifdef KEY_SIZE
739 $(eval $(call assert_numeric,KEY_SIZE))
/rk3399_ARM-atf/docs/getting_started/
H A Dbuild-options.rst795 - ``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 Dchange-log.md5187 …- 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