Home
last modified time | relevance | path

Searched refs:OP_ALG_AS_INITFINAL (Results 1 – 4 of 4) sorted by relevance

/Linux-v4.19/drivers/crypto/caam/
Dcaamalg_desc.c29 append_operation(desc, type | OP_ALG_AS_INITFINAL | in append_dec_op1()
35 append_operation(desc, type | OP_ALG_AS_INITFINAL | in append_dec_op1()
39 append_operation(desc, type | OP_ALG_AS_INITFINAL | in append_dec_op1()
101 append_operation(desc, adata->algtype | OP_ALG_AS_INITFINAL | in cnstr_shdsc_aead_null_encap()
162 append_operation(desc, adata->algtype | OP_ALG_AS_INITFINAL | in cnstr_shdsc_aead_null_decap()
302 append_operation(desc, adata->algtype | OP_ALG_AS_INITFINAL | in cnstr_shdsc_aead_encap()
348 append_operation(desc, cdata->algtype | OP_ALG_AS_INITFINAL | in cnstr_shdsc_aead_encap()
397 append_operation(desc, adata->algtype | OP_ALG_AS_INITFINAL | in cnstr_shdsc_aead_decap()
463 append_operation(desc, cdata->algtype | OP_ALG_AS_INITFINAL | in cnstr_shdsc_aead_decap()
560 append_operation(desc, adata->algtype | OP_ALG_AS_INITFINAL | in cnstr_shdsc_aead_givencap()
[all …]
Dctrl.c86 (handle << OP_ALG_AAI_SHIFT) | OP_ALG_AS_INITFINAL); in build_deinstantiation_desc()
Dcaamhash.c340 ahash_gen_sh_desc(desc, OP_ALG_AS_INITFINAL, digestsize, ctx, false, in ahash_set_sh_desc()
390 OP_ALG_AS_INITFINAL); in hash_digest_key()
Ddesc.h1227 #define OP_ALG_AS_INITFINAL (3 << OP_ALG_AS_SHIFT) macro