Lines Matching refs:ctx1_iv_off
459 u32 ctx1_iv_off = 0; in aead_set_sh_desc() local
479 ctx1_iv_off = 16; in aead_set_sh_desc()
486 ctx1_iv_off = 16 + CTR_RFC3686_NONCE_SIZE; in aead_set_sh_desc()
521 aead_append_ld_iv(desc, tfm->ivsize, ctx1_iv_off); in aead_set_sh_desc()
528 ((ctx1_iv_off + CTR_RFC3686_IV_SIZE) << in aead_set_sh_desc()
589 aead_append_ld_iv(desc, tfm->ivsize, ctx1_iv_off); in aead_set_sh_desc()
596 ((ctx1_iv_off + CTR_RFC3686_IV_SIZE) << in aead_set_sh_desc()
654 (ctx1_iv_off << MOVE_OFFSET_SHIFT) | in aead_set_sh_desc()
660 (ctx1_iv_off << MOVE_OFFSET_SHIFT) | in aead_set_sh_desc()
690 ((ctx1_iv_off + CTR_RFC3686_IV_SIZE) << in aead_set_sh_desc()
1839 u32 ctx1_iv_off = 0; in ablkcipher_setkey() local
1855 ctx1_iv_off = 16; in ablkcipher_setkey()
1863 ctx1_iv_off = 16 + CTR_RFC3686_NONCE_SIZE; in ablkcipher_setkey()
1904 LDST_CLASS_1_CCB | (ctx1_iv_off << LDST_OFFSET_SHIFT)); in ablkcipher_setkey()
1911 ((ctx1_iv_off + CTR_RFC3686_IV_SIZE) << in ablkcipher_setkey()
1963 LDST_CLASS_1_CCB | (ctx1_iv_off << LDST_OFFSET_SHIFT)); in ablkcipher_setkey()
1970 ((ctx1_iv_off + CTR_RFC3686_IV_SIZE) << in ablkcipher_setkey()
2034 (ctx1_iv_off << MOVE_OFFSET_SHIFT)); in ablkcipher_setkey()
2040 (ctx1_iv_off << LDST_OFFSET_SHIFT)); in ablkcipher_setkey()
2047 ((ctx1_iv_off + CTR_RFC3686_IV_SIZE) << in ablkcipher_setkey()
2050 if (ctx1_iv_off) in ablkcipher_setkey()