Searched defs:ablkcipher_tfm (Results 1 – 1 of 1) sorted by relevance
550 struct ablkcipher_tfm { struct551 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;