Home
last modified time | relevance | path

Searched defs:algo (Results 1 – 6 of 6) sorted by relevance

/arm-trusted-firmware/drivers/nxp/crypto/caam/src/auth/
H A Dhash.c42 int hash_init(enum hash_algo algo, void **ctx) in hash_init() argument
64 int hash_update(enum hash_algo algo, void *context, void *data_ptr, in hash_update() argument
111 int hash_final(enum hash_algo algo, void *context, void *hash_ptr, in hash_final() argument
[all...]
H A Dnxp_crypto.c82 enum hash_algo algo = SHA256; in verify_hash() local
/arm-trusted-firmware/drivers/nxp/auth/csf_hdr_parser/
H A Dcsf_hdr_parser.c56 enum hash_algo algo = SHA256; in deploy_rotpk_hash_table() local
147 enum hash_algo algo = SHA256; in calc_img_hash() local
299 validate_esbc_header(void * img_hdr,void ** img_key,uint32_t * key_len,void ** img_sign,uint32_t * sign_len,enum sig_alg * algo) validate_esbc_header() argument
[all...]
/arm-trusted-firmware/include/drivers/nxp/crypto/caam/
H A Dhash.h75 enum hash_algo algo; member
/arm-trusted-firmware/drivers/auth/mbedtls/
H A Dmbedtls_crypto.c241 static inline mbedtls_md_type_t md_type(enum crypto_md_algo algo) in md_type() argument
H A Dmbedtls_psa_crypto.c511 static inline mbedtls_md_type_t md_type(enum crypto_md_algo algo) in md_type() argument