Searched refs:OP_ALG_AS_INITFINAL (Results 1 – 3 of 3) 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 | desc.h | 1257 #define OP_ALG_AS_INITFINAL (3 << OP_ALG_AS_SHIFT) macro
|