crypto_blkcipher_ivsize (9) - Linux Manuals

crypto_blkcipher_ivsize: obtain IV size

NAME

crypto_blkcipher_ivsize - obtain IV size

SYNOPSIS

unsigned int crypto_blkcipher_ivsize(struct crypto_blkcipher tfm);

ARGUMENTS

tfm

cipher handle

DESCRIPTION

The size of the IV for the block cipher 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 <smueller [at] chronox.de>

Author.

Marek Vasut <marek [at] denx.de>

Author.

COPYRIGHT