Lines Matching full:iv
22 * Params tell the iv and enc/dec data offsets.
88 /* IV from context */
90 /* IV from Input data */
127 * @iv: Encryption IV or Tweak for AES-XTS
134 u8 iv[AES_BLOCK_SIZE]; member
181 * @iv_source: Encryption IV source
184 * 1 - Authentication IV and KEY, microcode calculates OPAD/IPAD
226 * @iv: IV data
227 * @ivsize: IV data length
240 u8 *iv; member
637 static inline struct scatterlist *nitrox_creq_src_sg(char *iv, int ivsize) in nitrox_creq_src_sg() argument
639 return (struct scatterlist *)(iv + ivsize); in nitrox_creq_src_sg()
646 char *iv = nkreq->src; in nitrox_creq_set_src_sg() local
650 creq->src = nitrox_creq_src_sg(iv, ivsize); in nitrox_creq_set_src_sg()
656 * | IV | SRC sg entries | in nitrox_creq_set_src_sg()
660 /* IV */ in nitrox_creq_set_src_sg()
661 sg = create_single_sg(sg, iv, ivsize); in nitrox_creq_set_src_sg()
706 char *iv = nkreq->src; in nitrox_creq_set_dst_sg() local
714 * | ORH | IV | DST sg entries | COMPLETION Bytes| in nitrox_creq_set_dst_sg()
720 /* IV */ in nitrox_creq_set_dst_sg()
721 sg = create_single_sg(sg, iv, ivsize); in nitrox_creq_set_dst_sg()