Home
last modified time | relevance | path

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

/linux/drivers/crypto/caam/
H A Dcaamhash_desc.h20 return (algtype & (OP_ALG_ALGSEL_MASK | OP_ALG_AAI_MASK)) == in is_xcbc_aes()
H A Ddesc.h1182 #define OP_ALG_AAI_MASK (0x1ff << OP_ALG_AAI_SHIFT) macro