Name
crypto_skcipher_ivsize —
obtain IV size
Synopsis
unsigned int crypto_skcipher_ivsize ( | struct crypto_skcipher * tfm) ; |
Description
The size of the IV for the skcipher referenced by the cipher handle is
returned. This IV size may be zero if the cipher does not need an IV.