Lines Matching refs:ctx1_iv_off
182 u32 ctx1_iv_off = 0; in aead_set_sh_desc() local
199 ctx1_iv_off = 16; in aead_set_sh_desc()
206 ctx1_iv_off = 16 + CTR_RFC3686_NONCE_SIZE; in aead_set_sh_desc()
243 nonce, ctx1_iv_off, true, in aead_set_sh_desc()
248 ctx1_iv_off, true, priv->sec_attr.era); in aead_set_sh_desc()
269 is_rfc3686, nonce, ctx1_iv_off, true, in aead_set_sh_desc()
944 unsigned int keylen, const u32 ctx1_iv_off) in skcipher_setkey() argument
967 ctx1_iv_off); in skcipher_setkey()
977 ctx1_iv_off); in skcipher_setkey()
1001 u32 ctx1_iv_off; in rfc3686_skcipher_setkey() local
1009 ctx1_iv_off = 16 + CTR_RFC3686_NONCE_SIZE; in rfc3686_skcipher_setkey()
1016 return skcipher_setkey(skcipher, key, keylen, ctx1_iv_off); in rfc3686_skcipher_setkey()
1022 u32 ctx1_iv_off; in ctr_skcipher_setkey() local
1030 ctx1_iv_off = 16; in ctr_skcipher_setkey()
1036 return skcipher_setkey(skcipher, key, keylen, ctx1_iv_off); in ctr_skcipher_setkey()