Searched refs:OP_ALG_AS_INITFINAL (Results 1 – 4 of 4) sorted by relevance
| /linux/drivers/crypto/caam/ |
| H A D | caamalg_desc.c | 31 append_operation(desc, type | OP_ALG_AS_INITFINAL | in append_dec_op1() 102 append_operation(desc, adata->algtype | OP_ALG_AS_INITFINAL | in cnstr_shdsc_aead_null_encap() 161 append_operation(desc, adata->algtype | OP_ALG_AS_INITFINAL | in cnstr_shdsc_aead_null_decap() 299 append_operation(desc, adata->algtype | OP_ALG_AS_INITFINAL | in cnstr_shdsc_aead_encap() 345 append_operation(desc, cdata->algtype | OP_ALG_AS_INITFINAL | in cnstr_shdsc_aead_encap() 394 append_operation(desc, adata->algtype | OP_ALG_AS_INITFINAL | in cnstr_shdsc_aead_decap() 460 append_operation(desc, cdata->algtype | OP_ALG_AS_INITFINAL | in cnstr_shdsc_aead_decap() 557 append_operation(desc, adata->algtype | OP_ALG_AS_INITFINAL | in cnstr_shdsc_aead_givencap() 592 append_operation(desc, cdata->algtype | OP_ALG_AS_INITFINAL | in cnstr_shdsc_aead_givencap() 656 append_operation(desc, cdata->algtype | OP_ALG_AS_INITFINAL | in cnstr_shdsc_gcm_encap() [all …]
|
| H A D | caamhash_desc.c | 97 if (state == OP_ALG_AS_INIT || state == OP_ALG_AS_INITFINAL) { in cnstr_shdsc_sk_hash()
|
| H A D | caamhash.c | 249 cnstr_shdsc_ahash(desc, &ctx->adata, OP_ALG_AS_INITFINAL, digestsize, in ahash_set_sh_desc() 303 cnstr_shdsc_sk_hash(desc, &ctx->adata, OP_ALG_AS_INITFINAL, in axcbc_set_sh_desc() 352 cnstr_shdsc_sk_hash(desc, &ctx->adata, OP_ALG_AS_INITFINAL, in acmac_set_sh_desc() 388 OP_ALG_AS_INITFINAL); in hash_digest_key()
|
| H A D | desc.h | 1257 #define OP_ALG_AS_INITFINAL (3 << OP_ALG_AS_SHIFT) macro
|