Searched defs:blkcipher_alg (Results 1 – 2 of 2) sorted by relevance
349 struct blkcipher_alg { struct350 int (*setkey)(struct crypto_tfm *tfm, const u8 *key,352 int (*encrypt)(struct blkcipher_desc *desc,355 int (*decrypt)(struct blkcipher_desc *desc,359 const char *geniv;361 unsigned int min_keysize;362 unsigned int max_keysize;363 unsigned int ivsize;
44 static const char blkcipher_alg[] = "cbc(aes)"; variable