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