kcapi_aead_inbuflen_enc - Man Page
return minimum encryption input buffer length
Synopsis
uint32_t kcapi_aead_inbuflen_enc(struct kcapi_handle * handle, uint32_t inlen, uint32_t assoclen, uint32_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 input data length in bytes
Author
Stephan Mueller <smueller@chronox.de>
Author.
Copyright
Info
August 2020 libkcapi Manual 1.2.0 Programming Interface