Lines Matching refs:ctx1_iv_off
180 u32 ctx1_iv_off = 0; in aead_set_sh_desc() local
197 ctx1_iv_off = 16; in aead_set_sh_desc()
204 ctx1_iv_off = 16 + CTR_RFC3686_NONCE_SIZE; in aead_set_sh_desc()
241 nonce, ctx1_iv_off, true, in aead_set_sh_desc()
246 ctx1_iv_off, true, priv->sec_attr.era); in aead_set_sh_desc()
267 is_rfc3686, nonce, ctx1_iv_off, true, in aead_set_sh_desc()
942 unsigned int keylen, const u32 ctx1_iv_off) in skcipher_setkey() argument
965 ctx1_iv_off); in skcipher_setkey()
975 ctx1_iv_off); in skcipher_setkey()
999 u32 ctx1_iv_off; in rfc3686_skcipher_setkey() local
1007 ctx1_iv_off = 16 + CTR_RFC3686_NONCE_SIZE; in rfc3686_skcipher_setkey()
1014 return skcipher_setkey(skcipher, key, keylen, ctx1_iv_off); in rfc3686_skcipher_setkey()
1020 u32 ctx1_iv_off; in ctr_skcipher_setkey() local
1028 ctx1_iv_off = 16; in ctr_skcipher_setkey()
1034 return skcipher_setkey(skcipher, key, keylen, ctx1_iv_off); in ctr_skcipher_setkey()