Home
last modified time | relevance | path

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

/linux/drivers/crypto/caam/
H A Derror.h26 return (algtype & OP_ALG_ALGSEL_MASK & ~OP_ALG_ALGSEL_SUBMASK) == in is_mdha()
H A Dcaamhash_desc.h20 return (algtype & (OP_ALG_ALGSEL_MASK | OP_ALG_AAI_MASK)) == in is_xcbc_aes()
H A Dcaamalg_desc.c30 if ((type & OP_ALG_ALGSEL_MASK) != OP_ALG_ALGSEL_AES) { in append_dec_op1()
1463 bool is_chacha20 = ((cdata->algtype & OP_ALG_ALGSEL_MASK) == in cnstr_shdsc_skcipher_encap()
1539 bool is_chacha20 = ((cdata->algtype & OP_ALG_ALGSEL_MASK) == in cnstr_shdsc_skcipher_decap()
H A Ddesc.h1159 #define OP_ALG_ALGSEL_MASK (0xff << OP_ALG_ALGSEL_SHIFT) macro