Home
last modified time | relevance | path

Searched refs:caam_desc_fifo_load (Results 1 – 7 of 7) sorted by relevance

/optee_os/core/drivers/crypto/caam/acipher/
H A Dcaam_math.c72 caam_desc_fifo_load(desc, &data_a, CLASS_1, PKHA_A, NOACTION); in do_xor_mod_n()
73 caam_desc_fifo_load(desc, &data_b, CLASS_1, PKHA_B, NOACTION); in do_xor_mod_n()
/optee_os/core/drivers/crypto/caam/ae/
H A Dcaam_ae.c526 caam_desc_fifo_load(desc, aad, CLASS_1, AAD, LAST_C1); in caam_ae_do_oneshot()
528 caam_desc_fifo_load(desc, aad, CLASS_1, AAD, FLUSH); in caam_ae_do_oneshot()
534 caam_desc_fifo_load(desc, src, CLASS_1, MSG, LAST_C1); in caam_ae_do_oneshot()
614 caam_desc_fifo_load(desc, aad, CLASS_1, AAD, LAST_C1); in caam_ae_do_init()
684 caam_desc_fifo_load(desc, src, CLASS_1, MSG, LAST_C1); in caam_ae_do_block()
/optee_os/core/drivers/crypto/caam/hash/
H A Dcaam_hash_mac.c90 caam_desc_fifo_load(desc, &key, CLASS_2, MSG, LAST_C2); in do_reduce_key()
H A Dcaam_hash.c436 caam_desc_fifo_load(desc, src, CLASS_2, MSG, LAST_C2); in do_update_hash()
/optee_os/core/drivers/crypto/caam/include/
H A Dcaam_desc_helper.h28 #define caam_desc_fifo_load(desc, data, cla, dst, act) \ macro
/optee_os/core/drivers/crypto/caam/cipher/
H A Dcaam_cipher_mac.c365 caam_desc_fifo_load(desc, src, CLASS_1, MSG, LAST_C1); in run_cmac_desc()
H A Dcaam_cipher.c174 caam_desc_fifo_load(desc, src, CLASS_1, MSG, LAST_C1); in caam_cipher_block()