other versions
- stretch 4.9.168-1
CRYPTO_BLKCIPHER_SET(9) | Programming Interface | CRYPTO_BLKCIPHER_SET(9) |
NAME¶
crypto_blkcipher_set_iv - set IV for cipherSYNOPSIS¶
void crypto_blkcipher_set_iv(struct crypto_blkcipher * tfm, const u8 * src, unsigned int len);
ARGUMENTS¶
tfmcipher handle
src
buffer holding the IV
len
length of the IV in bytes
DESCRIPTION¶
The caller provided IV is set for the block cipher referenced by the cipher handle.AUTHORS¶
Stephan Mueller <smueller@chronox.de>Author.
Marek Vasut <marek@denx.de>
Author.
COPYRIGHT¶
April 2019 | Kernel Hackers Manual 4.9. |