Home
last modified time | relevance | path

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

/linux-6.8/include/crypto/
Dskcipher.h227 struct lskcipher_alg { struct
228 int (*setkey)(struct crypto_lskcipher *tfm, const u8 *key,
230 int (*encrypt)(struct crypto_lskcipher *tfm, const u8 *src,
232 int (*decrypt)(struct crypto_lskcipher *tfm, const u8 *src,
234 int (*init)(struct crypto_lskcipher *tfm);
235 void (*exit)(struct crypto_lskcipher *tfm);
237 struct skcipher_alg_common co;