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