Searched refs:OP_ALG_AS_INIT (Results 1 – 3 of 3) sorted by relevance
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()
37 append_operation(desc, type | OP_ALG_AS_INIT | OP_ALG_DECRYPT); in append_dec_op1()40 append_operation(desc, type | OP_ALG_AS_INIT | OP_ALG_DECRYPT | in append_dec_op1()1373 u32 options = cdata->algtype | OP_ALG_AS_INIT; in cnstr_desc_skcipher_enc_dec()1462 u32 options = cdata->algtype | OP_ALG_AS_INIT | OP_ALG_ENCRYPT; in cnstr_shdsc_skcipher_encap()1581 append_operation(desc, cdata->algtype | OP_ALG_AS_INIT | in cnstr_shdsc_skcipher_decap()
1255 #define OP_ALG_AS_INIT (1 << OP_ALG_AS_SHIFT) macro