Linux Kernel
3.7.1
|
#include <crypto.h>
Data Fields | |
struct crypto_async_request | base |
unsigned int | assoclen |
unsigned int | cryptlen |
u8 * | iv |
struct scatterlist * | assoc |
struct scatterlist * | src |
struct scatterlist * | dst |
void *__ctx[] | CRYPTO_MINALIGN_ATTR |
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
struct scatterlist* assoc |
struct scatterlist* dst |