Home
last modified time | relevance | path

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

/linux-4.4.14/drivers/crypto/caam/
Dcaamalg.c69 #define GCM_DESC_JOB_IO_LEN (AEAD_DESC_JOB_IO_LEN + \ macro
742 if (DESC_GCM_ENC_LEN + GCM_DESC_JOB_IO_LEN + in gcm_set_sh_desc()
836 if (DESC_GCM_DEC_LEN + GCM_DESC_JOB_IO_LEN + in gcm_set_sh_desc()
941 if (DESC_RFC4106_ENC_LEN + GCM_DESC_JOB_IO_LEN + in rfc4106_set_sh_desc()
1115 if (DESC_RFC4543_ENC_LEN + GCM_DESC_JOB_IO_LEN + in rfc4543_set_sh_desc()
1188 if (DESC_RFC4543_DEC_LEN + GCM_DESC_JOB_IO_LEN + in rfc4543_set_sh_desc()
2384 edesc = aead_edesc_alloc(req, GCM_DESC_JOB_IO_LEN, &all_contig, true); in gcm_encrypt()
2463 edesc = aead_edesc_alloc(req, GCM_DESC_JOB_IO_LEN, &all_contig, false); in gcm_decrypt()