Home
last modified time | relevance | path

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

/Linux-v4.19/include/linux/
Dcrypto.h550 struct ablkcipher_tfm { struct
551 int (*setkey)(struct crypto_ablkcipher *tfm, const u8 *key,
553 int (*encrypt)(struct ablkcipher_request *req);
554 int (*decrypt)(struct ablkcipher_request *req);
556 struct crypto_ablkcipher *base;
558 unsigned int ivsize;
559 unsigned int reqsize;