Linux Kernel
3.7.1
|
#include <crypto.h>
Data Fields | |
int(* | setkey )(struct crypto_ablkcipher *tfm, const u8 *key, unsigned int keylen) |
int(* | encrypt )(struct ablkcipher_request *req) |
int(* | decrypt )(struct ablkcipher_request *req) |
int(* | givencrypt )(struct skcipher_givcrypt_request *req) |
int(* | givdecrypt )(struct skcipher_givcrypt_request *req) |
struct crypto_ablkcipher * | base |
unsigned int | ivsize |
unsigned int | reqsize |
struct crypto_ablkcipher* base |