Home
last modified time | relevance | path

Searched defs:ablkcipher_alg (Results 1 – 1 of 1) sorted by relevance

/linux-4.1.27/include/linux/
Dcrypto.h281 struct ablkcipher_alg { struct
282 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