Home
last modified time | relevance | path

Searched refs:alg (Results 1 – 22 of 22) sorted by relevance

/rk3399_ARM-atf/drivers/nxp/auth/csf_hdr_parser/
H A Dcot.c43 .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 Dplat_img_parser.c42 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 Dtbbr_tools.mk73 $(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 Djuno_tbbr_cot_bl2.c110 .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 Dtbbr_cot_bl2.c116 .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 Dtbbr_cot_common.c69 .alg = &sig_alg,
H A Dtbbr_cot_bl1.c57 .alg = &sig_alg,
/rk3399_ARM-atf/drivers/nxp/crypto/caam/src/auth/
H A Dnxp_crypto.c48 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 Dtbbr_cot.c145 .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 Drse_crypto_defs.h32 psa_algorithm_t alg; /* !< Algorithm */
48 psa_algorithm_t alg; /* !< Algorithm */ global() member
/rk3399_ARM-atf/drivers/auth/
H A Dcrypto_mod.c130 * 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 Dauth_mod.c184 rc = img_parser_get_auth_param(img_desc->img_type, param->alg, in auth_signature()
/rk3399_ARM-atf/plat/nxp/soc-lx2160a/
H A Dddr_tbbr.mk54 $(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 Dauth_common.h78 auth_param_type_desc_t *alg; /* Signature algorithm */ member
H A Dcrypto_mod.h121 int crypto_mod_calc_hash(enum crypto_md_algo alg, void *data_ptr,
/rk3399_ARM-atf/drivers/auth/dualroot/
H A Dbl1_cot.c63 .alg = &sig_alg,
157 .alg = &sig_alg,
/rk3399_ARM-atf/tools/cert_create/src/
H A Dcert.c59 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 Dbl1_cot.c56 .alg = &sig_alg,
/rk3399_ARM-atf/docs/plat/st/
H A Dstm32mp1.rst190 --key-alg ecdsa --hash-alg sha256 \
/rk3399_ARM-atf/lib/fconf/
H A Dfconf_cot_getter.c165 auth_method->param.sig.alg = &sig_alg; in set_auth_method()
/rk3399_ARM-atf/docs/design/
H A Dauth-framework.rst246 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 Dchange-log.md1449 …- use the provided hash alg to hash rotpk ([d51981e](https://review.trustedfirmware.org/plugins/gi…