Searched defs:blkcipher_alg (Results 1 – 2 of 2) sorted by relevance
225 struct blkcipher_alg { struct226 int (*setkey)(struct crypto_tfm *tfm, const u8 *key,228 int (*encrypt)(struct blkcipher_desc *desc,231 int (*decrypt)(struct blkcipher_desc *desc,235 const char *geniv;237 unsigned int min_keysize;238 unsigned int max_keysize;239 unsigned int ivsize;
44 static const char blkcipher_alg[] = "cbc(aes)"; variable