|
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) |
| const char * | geniv |
| unsigned int | min_keysize |
| unsigned int | max_keysize |
| unsigned int | ivsize |
1.8.2