Linux Kernel
3.7.1
|
#include <crypto.h>
Data Fields | |
int(* | setkey )(struct crypto_aead *tfm, const u8 *key, unsigned int keylen) |
int(* | setauthsize )(struct crypto_aead *tfm, unsigned int authsize) |
int(* | encrypt )(struct aead_request *req) |
int(* | decrypt )(struct aead_request *req) |
int(* | givencrypt )(struct aead_givcrypt_request *req) |
int(* | givdecrypt )(struct aead_givcrypt_request *req) |
const char * | geniv |
unsigned int | ivsize |
unsigned int | maxauthsize |
int(* setauthsize)(struct crypto_aead *tfm, unsigned int authsize) |