kcapi_aead_outbuflen_dec - Man Page
return minimum decryption output buffer length
Synopsis
size_t kcapi_aead_outbuflen_dec(struct kcapi_handle * handle, size_t inlen, size_t assoclen, size_t taglen);
Arguments
handle
[in] cipher handle
inlen
[in] size of ciphertext
assoclen
[in] size of associated data (AD)
taglen
[in] size of authentication tag
Description
return minimum size of output data length in bytes
Author
Stephan Mueller <smueller@chronox.de>
Author.
Copyright
Info
August 2024 libkcapi Manual 1.5.0 Programming Interface