Searched refs:OP_ALG_ALGSEL_MASK (Results 1 - 9 of 9) sorted by last modified time

/linux-master/drivers/crypto/caam/
H A Dcaamhash.c140 return (algtype & (OP_ALG_ALGSEL_MASK | OP_ALG_AAI_MASK)) ==
461 OP_ALG_ALGSEL_MASK);
2009 if ((alg->alg_type & OP_ALG_ALGSEL_MASK) == OP_ALG_ALGSEL_AES)
H A Dcaamalg_qi2.c307 OP_ALG_ALGSEL_MASK);
504 if ((alg->caam.class1_alg_type & OP_ALG_ALGSEL_MASK) ==
3339 OP_ALG_ALGSEL_MASK);
5254 u32 alg_sel = t_alg->caam.class1_alg_type & OP_ALG_ALGSEL_MASK;
5289 OP_ALG_ALGSEL_MASK;
5291 OP_ALG_ALGSEL_MASK;
H A Dcaamalg.c610 OP_ALG_ALGSEL_MASK);
3792 u32 alg_sel = t_alg->caam.class1_alg_type & OP_ALG_ALGSEL_MASK;
3829 OP_ALG_ALGSEL_MASK;
3831 OP_ALG_ALGSEL_MASK;
H A Dcaamalg_qi.c225 OP_ALG_ALGSEL_MASK);
2668 u32 alg_sel = t_alg->caam.class1_alg_type & OP_ALG_ALGSEL_MASK;
2696 OP_ALG_ALGSEL_MASK;
2698 OP_ALG_ALGSEL_MASK;
H A Dkey_gen.c54 adata->keylen = split_key_len(adata->algtype & OP_ALG_ALGSEL_MASK);
56 OP_ALG_ALGSEL_MASK);
85 append_operation(desc, (adata->algtype & OP_ALG_ALGSEL_MASK) |
H A Dcaamalg_desc.c29 if ((type & OP_ALG_ALGSEL_MASK) != OP_ALG_ALGSEL_AES) {
1384 bool is_chacha20 = ((cdata->algtype & OP_ALG_ALGSEL_MASK) ==
1459 bool is_chacha20 = ((cdata->algtype & OP_ALG_ALGSEL_MASK) ==
H A Ddesc.h1152 #define OP_ALG_ALGSEL_MASK (0xff << OP_ALG_ALGSEL_SHIFT) macro
H A Derror.h26 return (algtype & OP_ALG_ALGSEL_MASK & ~OP_ALG_ALGSEL_SUBMASK) ==
H A Dcaamhash_desc.h20 return (algtype & (OP_ALG_ALGSEL_MASK | OP_ALG_AAI_MASK)) ==

Completed in 261 milliseconds