Searched refs:OP_ALG_AS_INIT (Results 1 – 9 of 9) sorted by relevance
/openbmc/linux/drivers/crypto/caam/ |
H A D | caamhash_desc.c | 97 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()
|
H A D | key_gen.c | 87 OP_ALG_AS_INIT); in gen_split_key()
|
H A D | caamalg_desc.c | 36 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()
|
H A D | caamhash.c | 228 cnstr_shdsc_ahash(desc, &ctx->adata, OP_ALG_AS_INIT, ctx->ctx_len, in ahash_set_sh_desc() 293 cnstr_shdsc_sk_hash(desc, &ctx->adata, OP_ALG_AS_INIT, ctx->ctx_len, in axcbc_set_sh_desc() 342 cnstr_shdsc_sk_hash(desc, &ctx->adata, OP_ALG_AS_INIT, ctx->ctx_len, in acmac_set_sh_desc()
|
H A D | ctrl.c | 42 (handle << OP_ALG_AAI_SHIFT) | OP_ALG_AS_INIT | in build_instantiation_desc()
|
H A D | desc.h | 1248 #define OP_ALG_AS_INIT (1 << OP_ALG_AS_SHIFT) macro
|
H A D | caamalg_qi2.c | 3161 cnstr_shdsc_ahash(desc, &ctx->adata, OP_ALG_AS_INIT, ctx->ctx_len, in ahash_set_sh_desc()
|
/openbmc/u-boot/drivers/crypto/fsl/ |
H A D | jobdesc.c | 267 (handle << OP_ALG_AAI_SHIFT) | OP_ALG_AS_INIT); in inline_cnstr_jobdesc_rng_instantiation()
|
H A D | desc.h | 514 #define OP_ALG_AS_INIT (1 << OP_ALG_AS_SHIFT) macro
|