Searched defs:ablkcipher_alg (Results 1 – 1 of 1) sorted by relevance
281 struct ablkcipher_alg { struct282 int (*setkey)(struct crypto_ablkcipher *tfm, const u8 *key,284 int (*encrypt)(struct ablkcipher_request *req);285 int (*decrypt)(struct ablkcipher_request *req);286 int (*givencrypt)(struct skcipher_givcrypt_request *req);287 int (*givdecrypt)(struct skcipher_givcrypt_request *req);311 * @setkey: see struct ablkcipher_alg argument