crypto_akcipher_maxsize(9) 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 <[email protected]>

Author.

Marek Vasut <[email protected]>

Author.

COPYRIGHT