crypto_ablkcipher_blocksize (9) - Linux Manuals
crypto_ablkcipher_blocksize: obtain block size of cipher
NAME
crypto_ablkcipher_blocksize - obtain block size of cipher
SYNOPSIS
-
unsigned int crypto_ablkcipher_blocksize(struct crypto_ablkcipher
* tfm);
ARGUMENTS
tfm
-
- cipher 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 operation
RETURN
AUTHORS
Stephan Mueller <smueller [at] chronox.de>
- Author.
Marek Vasut <marek [at] denx.de>
- Author.
COPYRIGHT