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
COPYRIGHT