Lines Matching refs:ctx1_iv_off
199 u32 ctx1_iv_off = 0; in aead_set_sh_desc() local
220 ctx1_iv_off = 16; in aead_set_sh_desc()
227 ctx1_iv_off = 16 + CTR_RFC3686_NONCE_SIZE; in aead_set_sh_desc()
266 ctx->authsize, is_rfc3686, nonce, ctx1_iv_off, in aead_set_sh_desc()
289 nonce, ctx1_iv_off, false, ctrlpriv->era); in aead_set_sh_desc()
313 ctx1_iv_off, false, ctrlpriv->era); in aead_set_sh_desc()
740 unsigned int keylen, const u32 ctx1_iv_off) in skcipher_setkey() argument
761 ctx1_iv_off); in skcipher_setkey()
768 ctx1_iv_off); in skcipher_setkey()
790 u32 ctx1_iv_off; in rfc3686_skcipher_setkey() local
798 ctx1_iv_off = 16 + CTR_RFC3686_NONCE_SIZE; in rfc3686_skcipher_setkey()
805 return skcipher_setkey(skcipher, key, keylen, ctx1_iv_off); in rfc3686_skcipher_setkey()
811 u32 ctx1_iv_off; in ctr_skcipher_setkey() local
819 ctx1_iv_off = 16; in ctr_skcipher_setkey()
825 return skcipher_setkey(skcipher, key, keylen, ctx1_iv_off); in ctr_skcipher_setkey()