Searched defs:skcipher_alg (Results 1 – 3 of 3) sorted by relevance
104 struct skcipher_alg { struct105 int (*setkey)(struct crypto_skcipher *tfm, const u8 *key,107 int (*encrypt)(struct skcipher_request *req);108 int (*decrypt)(struct skcipher_request *req);109 int (*init)(struct crypto_skcipher *tfm);110 void (*exit)(struct crypto_skcipher *tfm);112 unsigned int min_keysize;113 unsigned int max_keysize;114 unsigned int ivsize;115 unsigned int chunksize;[all …]
448 struct skcipher_alg *skcipher_alg = NULL; in essiv_create() local
166 struct skcipher_alg skcipher_alg; member