Lines Matching refs:ctx1_iv_off
86 u32 ctx1_iv_off = 0; in aead_set_sh_desc() local
104 ctx1_iv_off = 16; in aead_set_sh_desc()
111 ctx1_iv_off = 16 + CTR_RFC3686_NONCE_SIZE; in aead_set_sh_desc()
146 ctx1_iv_off, true, ctrlpriv->era); in aead_set_sh_desc()
161 is_rfc3686, nonce, ctx1_iv_off, true, in aead_set_sh_desc()
179 ctx1_iv_off, true, ctrlpriv->era); in aead_set_sh_desc()
618 unsigned int keylen, const u32 ctx1_iv_off) in skcipher_setkey() argument
638 is_rfc3686, ctx1_iv_off); in skcipher_setkey()
640 is_rfc3686, ctx1_iv_off); in skcipher_setkey()
679 u32 ctx1_iv_off; in rfc3686_skcipher_setkey() local
687 ctx1_iv_off = 16 + CTR_RFC3686_NONCE_SIZE; in rfc3686_skcipher_setkey()
694 return skcipher_setkey(skcipher, key, keylen, ctx1_iv_off); in rfc3686_skcipher_setkey()
700 u32 ctx1_iv_off; in ctr_skcipher_setkey() local
708 ctx1_iv_off = 16; in ctr_skcipher_setkey()
714 return skcipher_setkey(skcipher, key, keylen, ctx1_iv_off); in ctr_skcipher_setkey()