logo
Free, unlimited AI code reviews that run on commit
git-lrc git-lrc GitHub Install Now We'd appreciate a star git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt

kcapi_aead_inbuflen_enc - return minimum encryption input buffer length

Arguments

handle
           [in] cipher handle

       inlen
           [in] size of plaintext

       assoclen
           [in] size of associated data (AD)

       taglen
           [in] size of authentication tag

Author

StephanMueller <smueller@chronox.de>
           Author.

Description

return minimum size of input data length in bytes

Name

       kcapi_aead_inbuflen_enc - return minimum encryption input buffer length

Synopsis

size_tkcapi_aead_inbuflen_enc(structkcapi_handle*handle,size_tinlen,size_tassoclen,size_ttaglen);

See Also