Home
last modified time | relevance | path

Searched refs:OP_ALG_AS_INIT (Results 1 – 7 of 7) sorted by relevance

/drivers/crypto/caam/
Dcaamhash_desc.c97 if (state == OP_ALG_AS_INIT || state == OP_ALG_AS_INITFINAL) { in cnstr_shdsc_sk_hash()
136 if (is_xcbc_aes(adata->algtype) && state == OP_ALG_AS_INIT) in cnstr_shdsc_sk_hash()
Dkey_gen.c87 OP_ALG_AS_INIT); in gen_split_key()
Dcaamalg_desc.c36 append_operation(desc, type | OP_ALG_AS_INIT | OP_ALG_DECRYPT); in append_dec_op1()
39 append_operation(desc, type | OP_ALG_AS_INIT | OP_ALG_DECRYPT | in append_dec_op1()
1383 u32 options = cdata->algtype | OP_ALG_AS_INIT | OP_ALG_ENCRYPT; in cnstr_shdsc_skcipher_encap()
1500 append_operation(desc, cdata->algtype | OP_ALG_AS_INIT | in cnstr_shdsc_skcipher_decap()
Dcaamhash.c223 cnstr_shdsc_ahash(desc, &ctx->adata, OP_ALG_AS_INIT, ctx->ctx_len, in ahash_set_sh_desc()
288 cnstr_shdsc_sk_hash(desc, &ctx->adata, OP_ALG_AS_INIT, ctx->ctx_len, in axcbc_set_sh_desc()
337 cnstr_shdsc_sk_hash(desc, &ctx->adata, OP_ALG_AS_INIT, ctx->ctx_len, in acmac_set_sh_desc()
Dctrl.c41 (handle << OP_ALG_AAI_SHIFT) | OP_ALG_AS_INIT | in build_instantiation_desc()
Ddesc.h1248 #define OP_ALG_AS_INIT (1 << OP_ALG_AS_SHIFT) macro
Dcaamalg_qi2.c3157 cnstr_shdsc_ahash(desc, &ctx->adata, OP_ALG_AS_INIT, ctx->ctx_len, in ahash_set_sh_desc()