Searched defs:lskcipher_alg (Results 1 – 1 of 1) sorted by relevance
227 struct lskcipher_alg { struct228 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;