Home
last modified time | relevance | path

Searched refs:oiv (Results 1 – 4 of 4) sorted by relevance

/linux-6.3-rc2/crypto/
A Dskcipher.c156 if (walk->iv != walk->oiv) in skcipher_walk_done()
157 memcpy(walk->oiv, walk->iv, walk->ivsize); in skcipher_walk_done()
195 if (!err && walk->iv != walk->oiv) in skcipher_walk_complete()
196 memcpy(walk->oiv, walk->iv, walk->ivsize); in skcipher_walk_complete()
443 walk->oiv = req->iv; in skcipher_walk_skcipher()
499 walk->oiv = req->iv; in skcipher_walk_aead_common()
/linux-6.3-rc2/drivers/crypto/nx/
A Dnx.c265 u8 *oiv) in nx_build_sg_lists() argument
278 if (oiv) in nx_build_sg_lists()
279 memcpy(oiv, iv, AES_BLOCK_SIZE); in nx_build_sg_lists()
A Dnx.h161 unsigned int *nbytes, unsigned int offset, u8 *oiv);
/linux-6.3-rc2/include/crypto/internal/
A Dskcipher.h66 u8 *oiv; member

Completed in 15 milliseconds