other versions
- stretch 4.9.168-1
CRYPTO_ABLKCIPHER_BL(9) | Programming Interface | CRYPTO_ABLKCIPHER_BL(9) |
NAME¶
crypto_ablkcipher_blocksize - obtain block size of cipherSYNOPSIS¶
unsigned int crypto_ablkcipher_blocksize(struct crypto_ablkcipher * tfm);
ARGUMENTS¶
tfmcipher handle
DESCRIPTION¶
The block size for the ablkcipher 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 operationRETURN¶
block size of cipherAUTHORS¶
Stephan Mueller <smueller@chronox.de>Author.
Marek Vasut <marek@denx.de>
Author.
COPYRIGHT¶
April 2019 | Kernel Hackers Manual 4.9. |