Home
last modified time | relevance | path

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

/Linux-v5.4/include/linux/
Dcrypto.h254 struct blkcipher_alg { struct
255 int (*setkey)(struct crypto_tfm *tfm, const u8 *key,
257 int (*encrypt)(struct blkcipher_desc *desc,
260 int (*decrypt)(struct blkcipher_desc *desc,
264 unsigned int min_keysize;
265 unsigned int max_keysize;
266 unsigned int ivsize;
/Linux-v5.4/security/keys/encrypted-keys/
Dencrypted.c42 static const char blkcipher_alg[] = "cbc(aes)"; variable