Searched defs:ablkcipher_tfm (Results 1 – 1 of 1) sorted by relevance
591 struct ablkcipher_tfm { struct592 int (*setkey)(struct crypto_ablkcipher *tfm, const u8 *key,594 int (*encrypt)(struct ablkcipher_request *req);595 int (*decrypt)(struct ablkcipher_request *req);596 int (*givencrypt)(struct skcipher_givcrypt_request *req);597 int (*givdecrypt)(struct skcipher_givcrypt_request *req);599 struct crypto_ablkcipher *base;601 unsigned int ivsize;602 unsigned int reqsize;