Home
last modified time | relevance | path

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

/linux-4.4.14/include/linux/
Dcrypto.h491 struct ablkcipher_tfm { struct
492 int (*setkey)(struct crypto_ablkcipher *tfm, const u8 *key,
494 int (*encrypt)(struct ablkcipher_request *req);
495 int (*decrypt)(struct ablkcipher_request *req);
496 int (*givencrypt)(struct skcipher_givcrypt_request *req);
497 int (*givdecrypt)(struct skcipher_givcrypt_request *req);
499 struct crypto_ablkcipher *base;
501 unsigned int ivsize;
502 unsigned int reqsize;