crypto_ablkcipher_ivsize(9) obtain IV size

SYNOPSIS

unsigned int crypto_ablkcipher_ivsize(struct crypto_ablkcipher * tfm);

ARGUMENTS

tfm

cipher handle

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.

RETURN

IV size in bytes

AUTHORS

Stephan Mueller <[email protected]>

Author.

Marek Vasut <[email protected]>

Author.

COPYRIGHT