Home
last modified time | relevance | path

Searched refs:HMAC_INIT_DECRYPT (Results 1 – 2 of 2) sorted by relevance

/optee_os/core/drivers/crypto/caam/hash/
H A Dcaam_hash_mac.c176 caam_desc_add_word(desc, HMAC_INIT_DECRYPT(alg->type)); in do_hmac_init()
/optee_os/core/drivers/crypto/caam/include/
H A Dcaam_desc_helper.h330 #define HMAC_INIT_DECRYPT(algo) \ macro