crypto_ablkcipher_reqsize (9) Linux Manual Page
crypto_ablkcipher_reqsize – obtain size of the request data structure
Synopsis
unsigned int crypto_ablkcipher_reqsize(struct crypto_ablkcipher *tfm);
Arguments
tfm
-
- cipher handle
Return
number of bytes
Authors
Stephan Mueller <smueller [at] chronox.de>
- Author.
Marek Vasut <marek [at] denx.de>
- Author.
