Home
last modified time | relevance | path

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

/linux-4.4.14/include/linux/
Dcrypto.h280 struct blkcipher_alg { struct
281 int (*setkey)(struct crypto_tfm *tfm, const u8 *key,
283 int (*encrypt)(struct blkcipher_desc *desc,
286 int (*decrypt)(struct blkcipher_desc *desc,
290 const char *geniv;
292 unsigned int min_keysize;
293 unsigned int max_keysize;
294 unsigned int ivsize;
/linux-4.4.14/security/keys/encrypted-keys/
Dencrypted.c44 static const char blkcipher_alg[] = "cbc(aes)"; variable