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