Home
last modified time | relevance | path

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

/rk3399_ARM-atf/drivers/nxp/crypto/caam/src/auth/
H A 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()
H A Dnxp_crypto.c82 enum hash_algo algo = SHA256; in verify_hash() local
/rk3399_ARM-atf/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 enum sig_alg *algo) in validate_esbc_header()
/rk3399_ARM-atf/include/drivers/nxp/crypto/caam/
H A Dhash.h73 enum hash_algo algo; member
/rk3399_ARM-atf/drivers/auth/mbedtls/
H A Dmbedtls_crypto.c253 static inline mbedtls_md_type_t md_type(enum crypto_md_algo algo) in md_type()
H A Dmbedtls_psa_crypto.c440 static inline mbedtls_md_type_t md_type(enum crypto_md_algo algo) in md_type()