Linux Kernel  3.7.1
 All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros Groups Pages
Data Fields
aead_request Struct Reference

#include <crypto.h>

Data Fields

struct crypto_async_request base
 
unsigned int assoclen
 
unsigned int cryptlen
 
u8iv
 
struct scatterlistassoc
 
struct scatterlistsrc
 
struct scatterlistdst
 
void *__ctx[] CRYPTO_MINALIGN_ATTR
 

Detailed Description

struct aead_request - AEAD request : Common attributes for async crypto requests : Length in bytes of associated data for authentication : Length of data to be encrypted or decrypted : Initialisation vector : Associated data : Source data : Destination data : Start of private context data

Definition at line 163 of file crypto.h.

Field Documentation

Definition at line 171 of file crypto.h.

unsigned int assoclen

Definition at line 166 of file crypto.h.

Definition at line 164 of file crypto.h.

unsigned int cryptlen

Definition at line 167 of file crypto.h.

void* __ctx [] CRYPTO_MINALIGN_ATTR

Definition at line 175 of file crypto.h.

Definition at line 173 of file crypto.h.

u8* iv

Definition at line 169 of file crypto.h.

Definition at line 172 of file crypto.h.


The documentation for this struct was generated from the following file: