crypto_akcipher_maxsize (9) - Linux Manuals
crypto_akcipher_maxsize: Get len for output buffer
NAME
crypto_akcipher_maxsize - Get len for output buffer
SYNOPSIS
-
int crypto_akcipher_maxsize(struct crypto_akcipher
* tfm);
ARGUMENTS
tfm
-
- AKCIPHER tfm handle allocated with crypto_alloc_akcipher
DESCRIPTION
Function returns the dest buffer size required for a given key
RETURN
minimum len for output buffer or error code in key hasn't been set
AUTHORS
Stephan Mueller <smueller [at] chronox.de>
- Author.
Marek Vasut <marek [at] denx.de>
- Author.
COPYRIGHT