Lines Matching refs:ctx1_iv_off
291 u32 *nonce, const u32 ctx1_iv_off, const bool is_qi, in cnstr_shdsc_aead_encap() argument
317 (ctx1_iv_off << LDST_OFFSET_SHIFT)); in cnstr_shdsc_aead_encap()
340 ((ctx1_iv_off + CTR_RFC3686_IV_SIZE) << in cnstr_shdsc_aead_encap()
387 const u32 ctx1_iv_off, const bool is_qi, int era) in cnstr_shdsc_aead_decap() argument
413 (ctx1_iv_off << LDST_OFFSET_SHIFT)); in cnstr_shdsc_aead_decap()
445 (ctx1_iv_off << LDST_OFFSET_SHIFT)); in cnstr_shdsc_aead_decap()
447 (ctx1_iv_off << MOVE_OFFSET_SHIFT) | ivsize); in cnstr_shdsc_aead_decap()
454 ((ctx1_iv_off + CTR_RFC3686_IV_SIZE) << in cnstr_shdsc_aead_decap()
458 if (ctx1_iv_off) in cnstr_shdsc_aead_decap()
503 u32 *nonce, const u32 ctx1_iv_off, in cnstr_shdsc_aead_givencap() argument
531 (ctx1_iv_off << LDST_OFFSET_SHIFT)); in cnstr_shdsc_aead_givencap()
545 (ctx1_iv_off << MOVE_OFFSET_SHIFT) | in cnstr_shdsc_aead_givencap()
552 (ctx1_iv_off << MOVE_OFFSET_SHIFT) | in cnstr_shdsc_aead_givencap()
587 ((ctx1_iv_off + CTR_RFC3686_IV_SIZE) << in cnstr_shdsc_aead_givencap()
1282 u32 ctx1_iv_off = is_ipsec ? 8 : 4; in cnstr_shdsc_chachapoly() local
1297 ctx1_iv_off << LDST_OFFSET_SHIFT); in cnstr_shdsc_chachapoly()
1380 const u32 ctx1_iv_off) in cnstr_shdsc_skcipher_encap() argument
1413 LDST_CLASS_1_CCB | (ctx1_iv_off << in cnstr_shdsc_skcipher_encap()
1420 ((ctx1_iv_off + CTR_RFC3686_IV_SIZE) << in cnstr_shdsc_skcipher_encap()
1434 LDST_CLASS_1_CCB | (ctx1_iv_off << in cnstr_shdsc_skcipher_encap()
1456 const u32 ctx1_iv_off) in cnstr_shdsc_skcipher_decap() argument
1488 LDST_CLASS_1_CCB | (ctx1_iv_off << in cnstr_shdsc_skcipher_decap()
1495 ((ctx1_iv_off + CTR_RFC3686_IV_SIZE) << in cnstr_shdsc_skcipher_decap()
1499 if (ctx1_iv_off) in cnstr_shdsc_skcipher_decap()
1511 LDST_CLASS_1_CCB | (ctx1_iv_off << in cnstr_shdsc_skcipher_decap()