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()
212 OP_ALG_ALGSEL_MASK); in aead_setkey()2594 u32 alg_sel = t_alg->caam.class1_alg_type & OP_ALG_ALGSEL_MASK; in caam_qi_algapi_init()2622 OP_ALG_ALGSEL_MASK; in caam_qi_algapi_init()2624 OP_ALG_ALGSEL_MASK; in caam_qi_algapi_init()
157 return (algtype & (OP_ALG_ALGSEL_MASK | OP_ALG_AAI_MASK)) == in is_cmac_aes()474 OP_ALG_ALGSEL_MASK); in ahash_setkey()2046 if ((alg->alg_type & OP_ALG_ALGSEL_MASK) == OP_ALG_ALGSEL_AES) in caam_algapi_hash_init()
587 OP_ALG_ALGSEL_MASK); in aead_setkey()3589 u32 alg_sel = t_alg->caam.class1_alg_type & OP_ALG_ALGSEL_MASK; in caam_algapi_init()3630 OP_ALG_ALGSEL_MASK; in caam_algapi_init()3632 OP_ALG_ALGSEL_MASK; in caam_algapi_init()
298 OP_ALG_ALGSEL_MASK); in aead_setkey()500 if ((alg->caam.class1_alg_type & OP_ALG_ALGSEL_MASK) == in aead_edesc_alloc()3282 OP_ALG_ALGSEL_MASK); in ahash_setkey()5189 u32 alg_sel = t_alg->caam.class1_alg_type & OP_ALG_ALGSEL_MASK; in dpaa2_caam_probe()5224 OP_ALG_ALGSEL_MASK; in dpaa2_caam_probe()5226 OP_ALG_ALGSEL_MASK; in dpaa2_caam_probe()
1152 #define OP_ALG_ALGSEL_MASK (0xff << OP_ALG_ALGSEL_SHIFT) macro
29 if ((type & OP_ALG_ALGSEL_MASK) != OP_ALG_ALGSEL_AES) { in append_dec_op1()