kcapi_aead_outbuflen_enc - Man Page

return minimum encryption output buffer length

Synopsis

size_t kcapi_aead_outbuflen_enc(struct kcapi_handle * handle, size_t inlen, size_t assoclen, size_t taglen);

Arguments

handle

[in] cipher handle

inlen

[in] size of plaintext

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.

Info

January 2024 libkcapi Manual 1.4.0 Programming Interface