Lines Matching refs:ctx1_iv_off
190 u32 ctx1_iv_off = 0; in aead_set_sh_desc() local
211 ctx1_iv_off = 16; in aead_set_sh_desc()
218 ctx1_iv_off = 16 + CTR_RFC3686_NONCE_SIZE; in aead_set_sh_desc()
257 ctx->authsize, is_rfc3686, nonce, ctx1_iv_off, in aead_set_sh_desc()
280 nonce, ctx1_iv_off, false, ctrlpriv->era); in aead_set_sh_desc()
304 ctx1_iv_off, false, ctrlpriv->era); in aead_set_sh_desc()
730 unsigned int keylen, const u32 ctx1_iv_off) in skcipher_setkey() argument
751 ctx1_iv_off); in skcipher_setkey()
758 ctx1_iv_off); in skcipher_setkey()
780 u32 ctx1_iv_off; in rfc3686_skcipher_setkey() local
788 ctx1_iv_off = 16 + CTR_RFC3686_NONCE_SIZE; in rfc3686_skcipher_setkey()
795 return skcipher_setkey(skcipher, key, keylen, ctx1_iv_off); in rfc3686_skcipher_setkey()
801 u32 ctx1_iv_off; in ctr_skcipher_setkey() local
809 ctx1_iv_off = 16; in ctr_skcipher_setkey()
815 return skcipher_setkey(skcipher, key, keylen, ctx1_iv_off); in ctr_skcipher_setkey()