Lines Matching refs:ctx1_iv_off
91 u32 ctx1_iv_off = 0; in aead_set_sh_desc() local
109 ctx1_iv_off = 16; in aead_set_sh_desc()
116 ctx1_iv_off = 16 + CTR_RFC3686_NONCE_SIZE; in aead_set_sh_desc()
151 ctx1_iv_off, true, ctrlpriv->era); in aead_set_sh_desc()
166 is_rfc3686, nonce, ctx1_iv_off, true, in aead_set_sh_desc()
184 ctx1_iv_off, true, ctrlpriv->era); in aead_set_sh_desc()
623 unsigned int keylen, const u32 ctx1_iv_off) in skcipher_setkey() argument
643 is_rfc3686, ctx1_iv_off); in skcipher_setkey()
645 is_rfc3686, ctx1_iv_off); in skcipher_setkey()
684 u32 ctx1_iv_off; in rfc3686_skcipher_setkey() local
692 ctx1_iv_off = 16 + CTR_RFC3686_NONCE_SIZE; in rfc3686_skcipher_setkey()
699 return skcipher_setkey(skcipher, key, keylen, ctx1_iv_off); in rfc3686_skcipher_setkey()
705 u32 ctx1_iv_off; in ctr_skcipher_setkey() local
713 ctx1_iv_off = 16; in ctr_skcipher_setkey()
719 return skcipher_setkey(skcipher, key, keylen, ctx1_iv_off); in ctr_skcipher_setkey()