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