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