Home
last modified time | relevance | path

Searched refs:hash_algo (Results 1 – 4 of 4) sorted by relevance

/trusted-firmware-a/include/drivers/nxp/crypto/caam/
A Dhash.h14 enum hash_algo { enum
75 enum hash_algo algo;
79 int hash_init(enum hash_algo algo, void **ctx);
80 int hash_update(enum hash_algo algo, void *context, void *data_ptr,
82 int hash_final(enum hash_algo algo, void *context, void *hash_ptr,
/trusted-firmware-a/drivers/nxp/crypto/caam/src/auth/
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()
A Dnxp_crypto.c82 enum hash_algo algo = SHA256; in verify_hash()
/trusted-firmware-a/drivers/nxp/auth/csf_hdr_parser/
A Dcsf_hdr_parser.c56 enum hash_algo algo = SHA256; in deploy_rotpk_hash_table()
147 enum hash_algo algo = SHA256; in calc_img_hash()

Completed in 22 milliseconds