Home
last modified time | relevance | path

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

/linux/drivers/crypto/caam/
H A Dcaamalg_desc.c31 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 Dcaamhash_desc.c97 if (state == OP_ALG_AS_INIT || state == OP_ALG_AS_INITFINAL) { in cnstr_shdsc_sk_hash()
H A Ddesc.h1257 #define OP_ALG_AS_INITFINAL (3 << OP_ALG_AS_SHIFT) macro