| /rk3399_ARM-atf/drivers/nxp/auth/csf_hdr_parser/ |
| H A D | cot.c | 43 .alg = &sig_alg, 59 .alg = &sig_alg, 75 .alg = &sig_alg, 91 .alg = &sig_alg, 108 .alg = &sig_alg, 124 .alg = &sig_alg, 142 .alg = &sig_alg, 158 .alg = &sig_alg, 174 .alg = &sig_alg, 190 .alg = &sig_alg, [all …]
|
| H A D | plat_img_parser.c | 42 enum sig_alg alg; variable 98 &sign_len, &alg); in check_integrity() 159 *param = (void *)&alg; in get_auth_param()
|
| /rk3399_ARM-atf/make_helpers/tbbr/ |
| H A D | tbbr_tools.mk | 73 $(if ${KEY_ALG},$(eval $(call CERT_ADD_CMD_OPT,${KEY_ALG},--key-alg))) 74 $(if ${KEY_ALG},$(eval $(call CERT_ADD_CMD_OPT,${KEY_ALG},--key-alg,FWU_))) 75 $(if ${KEY_ALG},$(eval $(call CERT_ADD_CMD_OPT,${KEY_ALG},--key-alg,BL2_))) 79 $(if ${HASH_ALG},$(eval $(call CERT_ADD_CMD_OPT,${HASH_ALG},--hash-alg))) 80 $(if ${HASH_ALG},$(eval $(call CERT_ADD_CMD_OPT,${HASH_ALG},--hash-alg,FWU_))) 81 $(if ${HASH_ALG},$(eval $(call CERT_ADD_CMD_OPT,${HASH_ALG},--hash-alg,BL2_)))
|
| /rk3399_ARM-atf/plat/arm/board/juno/ |
| H A D | juno_tbbr_cot_bl2.c | 110 .alg = &sig_alg, 152 .alg = &sig_alg, 184 .alg = &sig_alg, 233 .alg = &sig_alg, 265 .alg = &sig_alg, 336 .alg = &sig_alg, 368 .alg = &sig_alg, 481 .alg = &sig_alg, 513 .alg = &sig_alg, 583 .alg = &sig_alg, [all …]
|
| /rk3399_ARM-atf/drivers/auth/tbbr/ |
| H A D | tbbr_cot_bl2.c | 116 .alg = &sig_alg, 158 .alg = &sig_alg, 190 .alg = &sig_alg, 239 .alg = &sig_alg, 271 .alg = &sig_alg, 342 .alg = &sig_alg, 374 .alg = &sig_alg, 487 .alg = &sig_alg, 519 .alg = &sig_alg, 589 .alg = &sig_alg,
|
| H A D | tbbr_cot_common.c | 69 .alg = &sig_alg,
|
| H A D | tbbr_cot_bl1.c | 57 .alg = &sig_alg,
|
| /rk3399_ARM-atf/drivers/nxp/crypto/caam/src/auth/ |
| H A D | nxp_crypto.c | 48 enum sig_alg alg = *(enum sig_alg *)sign_alg; in verify_signature() local 50 switch (alg) { in verify_signature()
|
| /rk3399_ARM-atf/drivers/nxp/auth/tbbr/ |
| H A D | tbbr_cot.c | 145 .alg = &sig_alg, 188 .alg = &sig_alg, 220 .alg = &sig_alg, 291 .alg = &sig_alg, 323 .alg = &sig_alg, 436 .alg = &sig_alg, 468 .alg = &sig_alg, 540 .alg = &sig_alg, 572 .alg = &sig_alg, 683 .alg = &sig_alg,
|
| /rk3399_ARM-atf/include/lib/psa/ |
| H A D | rse_crypto_defs.h | 32 psa_algorithm_t alg; /* !< Algorithm */ 48 psa_algorithm_t alg; /* !< Algorithm */ global() member
|
| /rk3399_ARM-atf/drivers/auth/ |
| H A D | crypto_mod.c | 130 * alg: message digest algorithm 134 int crypto_mod_calc_hash(enum crypto_md_algo alg, void *data_ptr, in crypto_mod_calc_hash() 142 return crypto_lib_desc.calc_hash(alg, data_ptr, data_len, output); 132 crypto_mod_calc_hash(enum crypto_md_algo alg,void * data_ptr,unsigned int data_len,unsigned char output[CRYPTO_MD_MAX_SIZE]) crypto_mod_calc_hash() argument
|
| H A D | auth_mod.c | 184 rc = img_parser_get_auth_param(img_desc->img_type, param->alg, in auth_signature()
|
| /rk3399_ARM-atf/plat/nxp/soc-lx2160a/ |
| H A D | ddr_tbbr.mk | 54 $(if ${KEY_ALG},$(eval $(call CERT_ADD_CMD_OPT,${KEY_ALG},--key-alg,DDR_))) 56 $(if ${HASH_ALG},$(eval $(call CERT_ADD_CMD_OPT,${HASH_ALG},--hash-alg,DDR_)))
|
| /rk3399_ARM-atf/include/drivers/auth/ |
| H A D | auth_common.h | 78 auth_param_type_desc_t *alg; /* Signature algorithm */ member
|
| H A D | crypto_mod.h | 121 int crypto_mod_calc_hash(enum crypto_md_algo alg, void *data_ptr,
|
| /rk3399_ARM-atf/drivers/auth/dualroot/ |
| H A D | bl1_cot.c | 63 .alg = &sig_alg, 157 .alg = &sig_alg,
|
| /rk3399_ARM-atf/tools/cert_create/src/ |
| H A D | cert.c | 59 const EVP_MD *get_digest(int alg) in get_digest() argument 61 switch (alg) { in get_digest()
|
| /rk3399_ARM-atf/drivers/auth/cca/ |
| H A D | bl1_cot.c | 56 .alg = &sig_alg,
|
| /rk3399_ARM-atf/docs/plat/st/ |
| H A D | stm32mp1.rst | 190 --key-alg ecdsa --hash-alg sha256 \
|
| /rk3399_ARM-atf/lib/fconf/ |
| H A D | fconf_cot_getter.c | 165 auth_method->param.sig.alg = &sig_alg; in set_auth_method()
|
| /rk3399_ARM-atf/docs/design/ |
| H A D | auth-framework.rst | 246 enum crypto_md_algo alg 257 /* Currently AES-GCM is the only supported alg. */ 585 auth_param_type_desc_t *alg; /* Signature algorithm */ 768 - ``alg``: the signature algorithm used (obtained from current image) 803 .alg = &sig_alg, 842 .alg = &sig_alg, 874 .alg = &sig_alg,
|
| /rk3399_ARM-atf/docs/ |
| H A D | change-log.md | 1449 …- use the provided hash alg to hash rotpk ([d51981e](https://review.trustedfirmware.org/plugins/gi…
|