'\" t .\" Title: struct aead_request .\" Author: .\" Generator: DocBook XSL Stylesheets v1.79.1 .\" Date: January 2017 .\" Manual: Programming Interface .\" Source: Kernel Hackers Manual 4.8.15 .\" Language: English .\" .TH "STRUCT AEAD_REQUEST" "9" "January 2017" "Kernel Hackers Manual 4\&.8\&." "Programming Interface" .\" ----------------------------------------------------------------- .\" * Define some portability stuff .\" ----------------------------------------------------------------- .\" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ .\" http://bugs.debian.org/507673 .\" http://lists.gnu.org/archive/html/groff/2009-02/msg00013.html .\" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ .ie \n(.g .ds Aq \(aq .el .ds Aq ' .\" ----------------------------------------------------------------- .\" * set default formatting .\" ----------------------------------------------------------------- .\" disable hyphenation .nh .\" disable justification (adjust text to left margin only) .ad l .\" ----------------------------------------------------------------- .\" * MAIN CONTENT STARTS HERE * .\" ----------------------------------------------------------------- .SH "NAME" struct_aead_request \- AEAD request .SH "SYNOPSIS" .sp .nf struct aead_request { struct crypto_async_request base; unsigned int assoclen; unsigned int cryptlen; u8 * iv; struct scatterlist * src; struct scatterlist * dst; void * __ctx[]; }; .fi .SH "MEMBERS" .PP base .RS 4 Common attributes for async crypto requests .RE .PP assoclen .RS 4 Length in bytes of associated data for authentication .RE .PP cryptlen .RS 4 Length of data to be encrypted or decrypted .RE .PP iv .RS 4 Initialisation vector .RE .PP src .RS 4 Source data .RE .PP dst .RS 4 Destination data .RE .PP __ctx[] .RS 4 Start of private context data .RE .SH "AUTHORS" .PP \fBStephan Mueller\fR <\&smueller@chronox.de\&> .RS 4 Author. .RE .PP \fBMarek Vasut\fR <\&marek@denx.de\&> .RS 4 Author. .RE .SH "COPYRIGHT" .br