Name
aead_request_set_assoc —
set the associated data scatter / gather list
Synopsis
void aead_request_set_assoc ( | struct aead_request * req, |
| struct scatterlist * assoc, |
| unsigned int assoclen) ; |
Arguments
req
request handle
assoc
associated data scatter / gather list
assoclen
number of bytes to process from assoc
Description
For encryption, the memory is filled with the associated data. For
decryption, the memory must point to the associated data.