Name
aead_request_set_ad —
set associated data information
Synopsis
void aead_request_set_ad ( | struct aead_request * req, |
| unsigned int assoclen) ; |
Arguments
req
request handle
assoclen
number of bytes in associated data
Description
Setting the AD information. This function sets the length of
the associated data.