Searched refs:OP_ALG_ALGSEL_MASK (Results 1 – 9 of 9) sorted by relevance
54 adata->keylen = split_key_len(adata->algtype & OP_ALG_ALGSEL_MASK); in gen_split_key()56 OP_ALG_ALGSEL_MASK); in gen_split_key()85 append_operation(desc, (adata->algtype & OP_ALG_ALGSEL_MASK) | in gen_split_key()
26 return (algtype & OP_ALG_ALGSEL_MASK & ~OP_ALG_ALGSEL_SUBMASK) == in is_mdha()
20 return (algtype & (OP_ALG_ALGSEL_MASK | OP_ALG_AAI_MASK)) == in is_xcbc_aes()
29 if ((type & OP_ALG_ALGSEL_MASK) != OP_ALG_ALGSEL_AES) { in append_dec_op1()1384 bool is_chacha20 = ((cdata->algtype & OP_ALG_ALGSEL_MASK) == in cnstr_shdsc_skcipher_encap()1459 bool is_chacha20 = ((cdata->algtype & OP_ALG_ALGSEL_MASK) == in cnstr_shdsc_skcipher_decap()
225 OP_ALG_ALGSEL_MASK); in aead_setkey()2668 u32 alg_sel = t_alg->caam.class1_alg_type & OP_ALG_ALGSEL_MASK; in caam_qi_algapi_init()2696 OP_ALG_ALGSEL_MASK; in caam_qi_algapi_init()2698 OP_ALG_ALGSEL_MASK; in caam_qi_algapi_init()
140 return (algtype & (OP_ALG_ALGSEL_MASK | OP_ALG_AAI_MASK)) == in is_cmac_aes()461 OP_ALG_ALGSEL_MASK); in ahash_setkey()2010 if ((alg->alg_type & OP_ALG_ALGSEL_MASK) == OP_ALG_ALGSEL_AES) in caam_algapi_hash_init()
610 OP_ALG_ALGSEL_MASK); in aead_setkey()3792 u32 alg_sel = t_alg->caam.class1_alg_type & OP_ALG_ALGSEL_MASK; in caam_algapi_init()3829 OP_ALG_ALGSEL_MASK; in caam_algapi_init()3831 OP_ALG_ALGSEL_MASK; in caam_algapi_init()
307 OP_ALG_ALGSEL_MASK); in aead_setkey()504 if ((alg->caam.class1_alg_type & OP_ALG_ALGSEL_MASK) == in aead_edesc_alloc()3339 OP_ALG_ALGSEL_MASK); in ahash_setkey()5283 u32 alg_sel = t_alg->caam.class1_alg_type & OP_ALG_ALGSEL_MASK; in dpaa2_caam_probe()5318 OP_ALG_ALGSEL_MASK; in dpaa2_caam_probe()5320 OP_ALG_ALGSEL_MASK; in dpaa2_caam_probe()
1152 #define OP_ALG_ALGSEL_MASK (0xff << OP_ALG_ALGSEL_SHIFT) macro