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_settaglen - set authentication tag size

Arguments

handle
           [in] cipher handle

       taglen
           [in] length of authentication tag

Author

StephanMueller <smueller@chronox.de>
           Author.

Description

       Set the authentication tag size needed for encryption operation. The tag is created during encryption
       operation with the size provided with this call.

       return 0 upon success; a negative errno-style error code if an error occurred

Name

       kcapi_aead_settaglen - set authentication tag size

Synopsis

intkcapi_aead_settaglen(structkcapi_handle*handle,uint32_ttaglen);

See Also