Home
last modified time | relevance | path

Searched defs:ablkcipher_alg (Results 1 – 1 of 1) sorted by relevance

/linux-3.3/include/linux/
Dcrypto.h195 struct ablkcipher_alg { struct
196 int (*setkey)(struct crypto_ablkcipher *tfm, const u8 *key,
198 int (*encrypt)(struct ablkcipher_request *req);
199 int (*decrypt)(struct ablkcipher_request *req);
200 int (*givencrypt)(struct skcipher_givcrypt_request *req);
201 int (*givdecrypt)(struct skcipher_givcrypt_request *req);
203 const char *geniv;
205 unsigned int min_keysize;
206 unsigned int max_keysize;
207 unsigned int ivsize;