Home
last modified time | relevance | path

Searched refs:AAD (Results 1 – 3 of 3) sorted by relevance

/optee_os/core/drivers/
H A Dversal_huk.c103 #define AAD { \ macro
175 uint8_t aad_data[16] = AAD; in aes_gcm_encrypt()
/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()
614 caam_desc_fifo_load(desc, aad, CLASS_1, AAD, LAST_C1); in caam_ae_do_init()
618 caam_desc_add_word(desc, FIFO_LD_IMM(CLASS_1, AAD, LAST_C1, 0)); in caam_ae_do_init()
H A Dcaam_ae_gcm.c253 caam_desc_add_word(desc, NFIFO_NOPAD(C1, NFIFO_LC1, IFIFO, AAD, in caam_ae_do_block_gcm()