Home
last modified time | relevance | path

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

/openbmc/linux/include/crypto/
H A Dskcipher.h126 struct skcipher_alg { struct
127 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 …]
/openbmc/linux/crypto/
H A Dessiv.c453 struct skcipher_alg *skcipher_alg = NULL; in essiv_create() local
/openbmc/linux/drivers/crypto/ccree/
H A Dcc_driver.h166 struct skcipher_alg skcipher_alg; member