Home
last modified time | relevance | path

Searched defs:skcipher_alg (Results 1 – 3 of 3) sorted by relevance

/linux/include/crypto/
A Dskcipher.h104 struct skcipher_alg { struct
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;
116 unsigned int walksize;
[all …]
/linux/crypto/
A Dessiv.c448 struct skcipher_alg *skcipher_alg = NULL; in essiv_create() local
/linux/drivers/crypto/ccree/
A Dcc_driver.h166 struct skcipher_alg skcipher_alg; member

Completed in 9 milliseconds