Home
last modified time | relevance | path

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

/Linux-v4.19/include/linux/
Dcrypto.h292 struct blkcipher_alg { struct
293 int (*setkey)(struct crypto_tfm *tfm, const u8 *key,
295 int (*encrypt)(struct blkcipher_desc *desc,
298 int (*decrypt)(struct blkcipher_desc *desc,
302 const char *geniv;
304 unsigned int min_keysize;
305 unsigned int max_keysize;
306 unsigned int ivsize;
/Linux-v4.19/security/keys/encrypted-keys/
Dencrypted.c45 static const char blkcipher_alg[] = "cbc(aes)"; variable