Searched defs:skcipher_alg (Results 1 – 3 of 3) sorted by relevance
111 struct skcipher_alg { struct112 int (*setkey)(struct crypto_skcipher *tfm, const u8 *key,114 int (*encrypt)(struct skcipher_request *req);115 int (*decrypt)(struct skcipher_request *req);116 int (*init)(struct crypto_skcipher *tfm);117 void (*exit)(struct crypto_skcipher *tfm);119 unsigned int min_keysize;120 unsigned int max_keysize;121 unsigned int ivsize;122 unsigned int chunksize;[all …]
466 struct skcipher_alg *skcipher_alg = NULL; in essiv_create() local
173 struct skcipher_alg skcipher_alg; member