other versions
- stretch 4.9.168-1
AEAD_REQUEST_SET_AD(9) | Programming Interface | AEAD_REQUEST_SET_AD(9) |
NAME¶
aead_request_set_ad - set associated data informationSYNOPSIS¶
void aead_request_set_ad(struct aead_request * req, unsigned int assoclen);
ARGUMENTS¶
reqrequest handle
assoclen
number of bytes in associated data
DESCRIPTION¶
Setting the AD information. This function sets the length of the associated data.AUTHORS¶
Stephan Mueller <smueller@chronox.de>Author.
Marek Vasut <marek@denx.de>
Author.
COPYRIGHT¶
April 2019 | Kernel Hackers Manual 4.9. |