Searched defs:skcipher_alg (Results 1 – 3 of 3) sorted by relevance
126 struct skcipher_alg { struct127 int (*setkey)(struct crypto_skcipher *tfm, const u8 *key,129 int (*encrypt)(struct skcipher_request *req);130 int (*decrypt)(struct skcipher_request *req);131 int (*init)(struct crypto_skcipher *tfm);132 void (*exit)(struct crypto_skcipher *tfm);134 unsigned int min_keysize;135 unsigned int max_keysize;136 unsigned int ivsize;137 unsigned int chunksize;[all …]
453 struct skcipher_alg *skcipher_alg = NULL; in essiv_create() local
166 struct skcipher_alg skcipher_alg; member