OP_ALG_AS_INIT
u32 options = cdata->algtype | OP_ALG_AS_INIT;
u32 options = cdata->algtype | OP_ALG_AS_INIT | OP_ALG_ENCRYPT;
append_operation(desc, cdata->algtype | OP_ALG_AS_INIT |
append_operation(desc, type | OP_ALG_AS_INIT | OP_ALG_DECRYPT);
append_operation(desc, type | OP_ALG_AS_INIT | OP_ALG_DECRYPT |
cnstr_shdsc_ahash(desc, &ctx->adata, OP_ALG_AS_INIT, ctx->ctx_len,
cnstr_shdsc_ahash(desc, &ctx->adata, OP_ALG_AS_INIT, ctx->ctx_len,
cnstr_shdsc_sk_hash(desc, &ctx->adata, OP_ALG_AS_INIT, ctx->ctx_len,
cnstr_shdsc_sk_hash(desc, &ctx->adata, OP_ALG_AS_INIT, ctx->ctx_len,
if (is_xcbc_aes(adata->algtype) && state == OP_ALG_AS_INIT)
if (state == OP_ALG_AS_INIT || state == OP_ALG_AS_INITFINAL) {
(handle << OP_ALG_AAI_SHIFT) | OP_ALG_AS_INIT |
OP_ALG_AS_INIT);