Home
last modified time | relevance | path

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

/linux-6.12.1/include/crypto/
Dskcipher.h202 struct lskcipher_alg { struct
203 int (*setkey)(struct crypto_lskcipher *tfm, const u8 *key,
205 int (*encrypt)(struct crypto_lskcipher *tfm, const u8 *src,
207 int (*decrypt)(struct crypto_lskcipher *tfm, const u8 *src,
209 int (*init)(struct crypto_lskcipher *tfm);
210 void (*exit)(struct crypto_lskcipher *tfm);
212 struct skcipher_alg_common co;