Home
last modified time | relevance | path

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

/linux/drivers/crypto/caam/
H A Dcaamalg_desc.c162 OP_ALG_DECRYPT | OP_ALG_ICV_ON); in cnstr_shdsc_aead_null_decap()
395 OP_ALG_DECRYPT | OP_ALG_ICV_ON); in cnstr_shdsc_aead_decap()
783 OP_ALG_DECRYPT | OP_ALG_ICV_ON); in cnstr_shdsc_gcm_decap()
991 OP_ALG_DECRYPT | OP_ALG_ICV_ON); in cnstr_shdsc_rfc4106_decap()
1168 OP_ALG_DECRYPT | OP_ALG_ICV_ON); in cnstr_shdsc_rfc4543_decap()
1276 OP_ALG_DECRYPT | OP_ALG_ICV_ON); in cnstr_shdsc_chachapoly()
H A Ddesc.h1262 #define OP_ALG_ICV_ON (1 << OP_ALG_ICV_SHIFT) macro