Home
last modified time | relevance | path

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

/trusted-firmware-a-latest/drivers/nxp/crypto/caam/src/auth/
Dhash.c42 int hash_init(enum hash_algo algo, void **ctx) in hash_init()
64 int hash_update(enum hash_algo algo, void *context, void *data_ptr, in hash_update()
111 int hash_final(enum hash_algo algo, void *context, void *hash_ptr, in hash_final()
Dnxp_crypto.c82 enum hash_algo algo = SHA256; in verify_hash() local
/trusted-firmware-a-latest/drivers/nxp/auth/csf_hdr_parser/
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 enum sig_alg *algo) in validate_esbc_header()
/trusted-firmware-a-latest/include/drivers/nxp/crypto/caam/
Dhash.h75 enum hash_algo algo; member
/trusted-firmware-a-latest/drivers/auth/mbedtls/
Dmbedtls_crypto.c241 static inline mbedtls_md_type_t md_type(enum crypto_md_algo algo) in md_type()
Dmbedtls_psa_crypto.c511 static inline mbedtls_md_type_t md_type(enum crypto_md_algo algo) in md_type()