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