kcapi_aead_settaglen - set authentication tag size
Contents
Arguments
handle
[in] cipher handle
taglen
[in] length of authentication tag
Copyright
libkcapi Manual 1.5.0 April 2024 KCAPI_AEAD_SETTAGLEN(3)
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);
