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);
300 struct crypto_lskcipher *crypto_alloc_lskcipher(const char *alg_name,
310 struct crypto_lskcipher *tfm) in crypto_lskcipher_tfm()
343 static inline void crypto_free_lskcipher(struct crypto_lskcipher *tfm) in crypto_free_lskcipher()
367 struct crypto_lskcipher *tfm) in crypto_lskcipher_driver_name()
387 struct crypto_lskcipher *tfm) in crypto_lskcipher_alg()
423 struct crypto_lskcipher *tfm) in crypto_lskcipher_ivsize()
455 struct crypto_lskcipher *tfm) in crypto_lskcipher_blocksize()
489 struct crypto_lskcipher *tfm) in crypto_lskcipher_chunksize()
523 struct crypto_lskcipher *tfm) in crypto_lskcipher_statesize()
541 struct crypto_lskcipher *tfm) in crypto_lskcipher_alignmask()
581 static inline u32 crypto_lskcipher_get_flags(struct crypto_lskcipher *tfm) in crypto_lskcipher_get_flags()
586 static inline void crypto_lskcipher_set_flags(struct crypto_lskcipher *tfm, in crypto_lskcipher_set_flags()
592 static inline void crypto_lskcipher_clear_flags(struct crypto_lskcipher *tfm, in crypto_lskcipher_clear_flags()
639 int crypto_lskcipher_setkey(struct crypto_lskcipher *tfm,
655 struct crypto_lskcipher *tfm) in crypto_lskcipher_min_keysize()
661 struct crypto_lskcipher *tfm) in crypto_lskcipher_max_keysize()
764 int crypto_lskcipher_encrypt(struct crypto_lskcipher *tfm, const u8 *src,
784 int crypto_lskcipher_decrypt(struct crypto_lskcipher *tfm, const u8 *src,