Blast-Radius Aware AI Code Review for Business-Critical Systems
LiveReview LiveReview Explore LiveReview

kcapi_aead_authsize - return the maximum size of the tag

Arguments

handle
           [in] cipher handle

Author

StephanMueller <smueller@chronox.de>
           Author.

Description

       The returned maximum is the largest size of the authenticaation tag that can be produced by the AEAD
       cipher. Smaller tag sizes may be chosen depending on the AEAD cipher type.

       return > 0 specifying the block size; 0 on error

Name

       kcapi_aead_authsize - return the maximum size of the tag

Synopsis

uint32_tkcapi_aead_authsize(structkcapi_handle*handle);

See Also