other versions
CRYPTO_AEAD_BLOCKSIZ(9) | Programming Interface | CRYPTO_AEAD_BLOCKSIZ(9) |
NAME¶
crypto_aead_blocksize - obtain block size of cipher
SYNOPSIS¶
unsigned int crypto_aead_blocksize(struct crypto_aead * tfm);
ARGUMENTS¶
tfm
cipher handle
DESCRIPTION¶
The block size for the AEAD 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 <smueller@chronox.de>
Author.
Marek Vasut <marek@denx.de>
Author.
COPYRIGHT¶
June 2017 | Kernel Hackers Manual 4.9. |