Searched refs:oiv (Results 1 - 5 of 5) sorted by relevance

/linux-master/crypto/
H A Dcbc.c31 u8 *src, unsigned nbytes, u8 *oiv)
34 u8 *iv = oiv;
47 memcpy(oiv, iv, bsize);
71 u8 *oiv)
74 const u8 *iv = oiv;
88 memcpy(oiv, iv, bsize);
30 crypto_cbc_encrypt_inplace(struct crypto_lskcipher *tfm, u8 *src, unsigned nbytes, u8 *oiv) argument
69 crypto_cbc_decrypt_segment(struct crypto_lskcipher *tfm, const u8 *src, u8 *dst, unsigned nbytes, u8 *oiv) argument
H A Dskcipher.c168 if (walk->iv != walk->oiv)
169 memcpy(walk->oiv, walk->iv, walk->ivsize);
207 if (!err && walk->iv != walk->oiv)
208 memcpy(walk->oiv, walk->iv, walk->ivsize);
456 walk->oiv = req->iv;
516 walk->oiv = req->iv;
/linux-master/drivers/crypto/nx/
H A Dnx.h161 unsigned int *nbytes, unsigned int offset, u8 *oiv);
H A Dnx.c253 * @oiv: destination for the iv data, if the algorithm requires it
265 u8 *oiv)
278 if (oiv)
279 memcpy(oiv, iv, AES_BLOCK_SIZE);
259 nx_build_sg_lists(struct nx_crypto_ctx *nx_ctx, const u8 *iv, struct scatterlist *dst, struct scatterlist *src, unsigned int *nbytes, unsigned int offset, u8 *oiv) argument
/linux-master/include/crypto/internal/
H A Dskcipher.h81 u8 *oiv; member in struct:skcipher_walk

Completed in 288 milliseconds