Lines Matching defs:ctx1_iv_off
190 u32 ctx1_iv_off = 0;
211 ctx1_iv_off = 16;
218 ctx1_iv_off = 16 + CTR_RFC3686_NONCE_SIZE;
257 ctx->authsize, is_rfc3686, nonce, ctx1_iv_off,
280 nonce, ctx1_iv_off, false, ctrlpriv->era);
304 ctx1_iv_off, false, ctrlpriv->era);
731 unsigned int keylen, const u32 ctx1_iv_off)
752 ctx1_iv_off);
759 ctx1_iv_off);
781 u32 ctx1_iv_off;
789 ctx1_iv_off = 16 + CTR_RFC3686_NONCE_SIZE;
796 return skcipher_setkey(skcipher, key, keylen, ctx1_iv_off);
802 u32 ctx1_iv_off;
810 ctx1_iv_off = 16;
816 return skcipher_setkey(skcipher, key, keylen, ctx1_iv_off);