aead_request_set_ad (9) - Linux Manuals

aead_request_set_ad: set associated data information

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.

AUTHORS

Stephan Mueller <smueller [at] chronox.de>

Author.

Marek Vasut <marek [at] denx.de>

Author.

COPYRIGHT