Searched refs:oiv (Results 1 – 5 of 5) sorted by relevance
188 if (walk->iv != walk->oiv) in skcipher_walk_done()189 memcpy(walk->oiv, walk->iv, walk->ivsize); in skcipher_walk_done()227 if (!err && walk->iv != walk->oiv) in skcipher_walk_complete()228 memcpy(walk->oiv, walk->iv, walk->ivsize); in skcipher_walk_complete()475 walk->oiv = req->iv; in skcipher_walk_skcipher()531 walk->oiv = req->iv; in skcipher_walk_aead_common()
2 # Created from http://www.oiv.hr/broadcasting/tables/dtv_hr.aspx3 # and from http://www.oiv.hr/broadcasting/tables/dtv_channel_hr.aspx
265 u8 *oiv) in nx_build_sg_lists() argument278 if (oiv) in nx_build_sg_lists()279 memcpy(oiv, iv, AES_BLOCK_SIZE); in nx_build_sg_lists()
161 unsigned int *nbytes, unsigned int offset, u8 *oiv);
66 u8 *oiv; member