crypto_blkcipher_decrypt_iv — decrypt ciphertext with dedicated IV
int crypto_blkcipher_decrypt_iv ( | struct blkcipher_desc * desc, |
struct scatterlist * dst, | |
struct scatterlist * src, | |
unsigned int nbytes) ; |
desc
reference to the block cipher handle with meta data
dst
scatter/gather list that is filled by the cipher operation with the plaintext
src
scatter/gather list that holds the ciphertext
nbytes
number of bytes of the ciphertext to decrypt.