other versions
CRYPTO_AEAD_REQSIZE(9) | Programming Interface | CRYPTO_AEAD_REQSIZE(9) |
NAME¶
crypto_aead_reqsize - obtain size of the request data structure
SYNOPSIS¶
unsigned int crypto_aead_reqsize(struct crypto_aead * tfm);
ARGUMENTS¶
tfm
cipher handle
RETURN¶
number of bytes
AUTHORS¶
Stephan Mueller <smueller@chronox.de>
Author.
Marek Vasut <marek@denx.de>
Author.
COPYRIGHT¶
January 2017 | Kernel Hackers Manual 4.8. |