Home
last modified time | relevance | path

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

/include/linux/
Dcrypto.h718 struct ablkcipher_tfm { struct
719 int (*setkey)(struct crypto_ablkcipher *tfm, const u8 *key,
721 int (*encrypt)(struct ablkcipher_request *req);
722 int (*decrypt)(struct ablkcipher_request *req);
724 struct crypto_ablkcipher *base;
726 unsigned int ivsize;
727 unsigned int reqsize;