Searched refs:oiv (Results 1 – 5 of 5) sorted by relevance
| /linux-6.15/crypto/ |
| H A D | cbc.c | 31 u8 *src, unsigned nbytes, u8 *oiv) in crypto_cbc_encrypt_inplace() argument 34 u8 *iv = oiv; in crypto_cbc_encrypt_inplace() 47 memcpy(oiv, iv, bsize); in crypto_cbc_encrypt_inplace() 71 u8 *oiv) in crypto_cbc_decrypt_segment() argument 74 const u8 *iv = oiv; in crypto_cbc_decrypt_segment() 88 memcpy(oiv, iv, bsize); in crypto_cbc_decrypt_segment()
|
| H A D | skcipher.c | 131 if (walk->iv != walk->oiv) in skcipher_walk_done() 132 memcpy(walk->oiv, walk->iv, walk->ivsize); in skcipher_walk_done() 296 walk->oiv = req->iv; in skcipher_walk_virt() 329 walk->oiv = req->iv; in skcipher_walk_aead_common()
|
| /linux-6.15/drivers/crypto/nx/ |
| H A D | nx.c | 243 u8 *oiv) in nx_build_sg_lists() argument 256 if (oiv) in nx_build_sg_lists() 257 memcpy(oiv, iv, AES_BLOCK_SIZE); in nx_build_sg_lists()
|
| H A D | nx.h | 161 unsigned int *nbytes, unsigned int offset, u8 *oiv);
|
| /linux-6.15/include/crypto/internal/ |
| H A D | skcipher.h | 88 u8 *oiv; member
|