Lines Matching refs:crypto_lskcipher

63 struct crypto_lskcipher {  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);
299 struct crypto_lskcipher *crypto_alloc_lskcipher(const char *alg_name,
309 struct crypto_lskcipher *tfm) in crypto_lskcipher_tfm()
336 static inline void crypto_free_lskcipher(struct crypto_lskcipher *tfm) in crypto_free_lskcipher()
360 struct crypto_lskcipher *tfm) in crypto_lskcipher_driver_name()
380 struct crypto_lskcipher *tfm) in crypto_lskcipher_alg()
416 struct crypto_lskcipher *tfm) in crypto_lskcipher_ivsize()
448 struct crypto_lskcipher *tfm) in crypto_lskcipher_blocksize()
482 struct crypto_lskcipher *tfm) in crypto_lskcipher_chunksize()
516 struct crypto_lskcipher *tfm) in crypto_lskcipher_statesize()
534 struct crypto_lskcipher *tfm) in crypto_lskcipher_alignmask()
574 static inline u32 crypto_lskcipher_get_flags(struct crypto_lskcipher *tfm) in crypto_lskcipher_get_flags()
579 static inline void crypto_lskcipher_set_flags(struct crypto_lskcipher *tfm, in crypto_lskcipher_set_flags()
585 static inline void crypto_lskcipher_clear_flags(struct crypto_lskcipher *tfm, in crypto_lskcipher_clear_flags()
632 int crypto_lskcipher_setkey(struct crypto_lskcipher *tfm,
648 struct crypto_lskcipher *tfm) in crypto_lskcipher_min_keysize()
654 struct crypto_lskcipher *tfm) in crypto_lskcipher_max_keysize()
757 int crypto_lskcipher_encrypt(struct crypto_lskcipher *tfm, const u8 *src,
777 int crypto_lskcipher_decrypt(struct crypto_lskcipher *tfm, const u8 *src,