crypto_blkcipher_blocksize(9) obtain block size of cipher

SYNOPSIS

unsigned int crypto_blkcipher_blocksize(struct crypto_blkcipher * tfm);

ARGUMENTS

tfm

cipher handle

DESCRIPTION

The block size for the block cipher referenced with the cipher handle is returned. The caller may use that information to allocate appropriate memory for the data returned by the encryption or decryption operation.

RETURN

block size of cipher

AUTHORS

Stephan Mueller <[email protected]>

Author.

Marek Vasut <[email protected]>

Author.

COPYRIGHT