KCAPI_AEAD_GETDATA_I(3) | Programming Interface | KCAPI_AEAD_GETDATA_I(3) |
kcapi_aead_getdata_input - get the pointers into input buffer
void kcapi_aead_getdata_input(struct kcapi_handle * handle, uint8_t * encdata, size_t encdatalen, int enc, uint8_t ** aad, size_t * aadlen, uint8_t ** data, size_t * datalen, uint8_t ** tag, size_t * taglen);
handle
encdata
encdatalen
enc
aad
aadlen
data
datalen
tag
taglen
This function is a service function to the consumer to locate the right ciphertext buffer offset holding the authentication tag. In addition, it provides the consumer with the length of the tag and the length of the ciphertext.
Stephan Mueller <smueller@chronox.de>
February 2022 | libkcapi Manual 1.4.0 |