kcapi_aead_setkey - set the key for the AEAD handle
Contents
Arguments
handle
[in] cipher handle
key
[in] key buffer
keylen
[in] length of key buffer
Copyright
libkcapi Manual 1.5.0 April 2024 KCAPI_AEAD_SETKEY(3)
Description
With this function, the caller sets the key for subsequent encryption or decryption operations.
After the caller provided the key, the caller may securely destroy the key as it is now maintained by the
kernel.
return 0 upon success; a negative errno-style error code if an error occurred
Name
kcapi_aead_setkey - set the key for the AEAD handle
Synopsis
intkcapi_aead_setkey(structkcapi_handle*handle,constuint8_t*key,uint32_tkeylen);
