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_outbuflen_dec - return minimum decryption output buffer length

Arguments

handle
           [in] cipher handle

       inlen
           [in] size of ciphertext

       assoclen
           [in] size of associated data (AD)

       taglen
           [in] size of authentication tag

Author

StephanMueller <smueller@chronox.de>
           Author.

Description

return minimum size of output data length in bytes

Name

       kcapi_aead_outbuflen_dec - return minimum decryption output buffer length

Synopsis

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

See Also