Linux Kernel
3.7.1
|
#include <crypto.h>
Data Fields | |
int(* | setkey )(struct crypto_aead *tfm, const u8 *key, unsigned int keylen) |
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) |
struct crypto_aead * | base |
unsigned int | ivsize |
unsigned int | authsize |
unsigned int | reqsize |
struct crypto_aead* base |