Lines Matching defs:tfm

260 	struct crypto_tfm *tfm)  in __crypto_skcipher_cast()
304 struct crypto_skcipher *tfm) in crypto_skcipher_tfm()
310 struct crypto_lskcipher *tfm) in crypto_lskcipher_tfm()
316 struct crypto_sync_skcipher *tfm) in crypto_sync_skcipher_tfm()
327 static inline void crypto_free_skcipher(struct crypto_skcipher *tfm) in crypto_free_skcipher()
332 static inline void crypto_free_sync_skcipher(struct crypto_sync_skcipher *tfm) in crypto_free_sync_skcipher()
343 static inline void crypto_free_lskcipher(struct crypto_lskcipher *tfm) in crypto_free_lskcipher()
361 struct crypto_skcipher *tfm) in crypto_skcipher_driver_name()
367 struct crypto_lskcipher *tfm) in crypto_lskcipher_driver_name()
373 struct crypto_skcipher *tfm) in crypto_skcipher_alg_common()
380 struct crypto_skcipher *tfm) in crypto_skcipher_alg()
387 struct crypto_lskcipher *tfm) in crypto_lskcipher_alg()
402 static inline unsigned int crypto_skcipher_ivsize(struct crypto_skcipher *tfm) in crypto_skcipher_ivsize()
408 struct crypto_sync_skcipher *tfm) in crypto_sync_skcipher_ivsize()
423 struct crypto_lskcipher *tfm) in crypto_lskcipher_ivsize()
439 struct crypto_skcipher *tfm) in crypto_skcipher_blocksize()
455 struct crypto_lskcipher *tfm) in crypto_lskcipher_blocksize()
472 struct crypto_skcipher *tfm) in crypto_skcipher_chunksize()
489 struct crypto_lskcipher *tfm) in crypto_lskcipher_chunksize()
506 struct crypto_skcipher *tfm) in crypto_skcipher_statesize()
523 struct crypto_lskcipher *tfm) in crypto_lskcipher_statesize()
529 struct crypto_sync_skcipher *tfm) in crypto_sync_skcipher_blocksize()
535 struct crypto_skcipher *tfm) in crypto_skcipher_alignmask()
541 struct crypto_lskcipher *tfm) in crypto_lskcipher_alignmask()
546 static inline u32 crypto_skcipher_get_flags(struct crypto_skcipher *tfm) in crypto_skcipher_get_flags()
551 static inline void crypto_skcipher_set_flags(struct crypto_skcipher *tfm, in crypto_skcipher_set_flags()
557 static inline void crypto_skcipher_clear_flags(struct crypto_skcipher *tfm, in crypto_skcipher_clear_flags()
564 struct crypto_sync_skcipher *tfm) in crypto_sync_skcipher_get_flags()
570 struct crypto_sync_skcipher *tfm, u32 flags) in crypto_sync_skcipher_set_flags()
576 struct crypto_sync_skcipher *tfm, u32 flags) in crypto_sync_skcipher_clear_flags()
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()
617 static inline int crypto_sync_skcipher_setkey(struct crypto_sync_skcipher *tfm, in crypto_sync_skcipher_setkey()
643 struct crypto_skcipher *tfm) in crypto_skcipher_min_keysize()
649 struct crypto_skcipher *tfm) in crypto_skcipher_max_keysize()
655 struct crypto_lskcipher *tfm) in crypto_lskcipher_min_keysize()
661 struct crypto_lskcipher *tfm) in crypto_lskcipher_max_keysize()
684 struct crypto_skcipher *tfm = crypto_skcipher_reqtfm(req); in crypto_sync_skcipher_reqtfm() local
804 static inline unsigned int crypto_skcipher_reqsize(struct crypto_skcipher *tfm) in crypto_skcipher_reqsize()
818 struct crypto_skcipher *tfm) in skcipher_request_set_tfm()
824 struct crypto_sync_skcipher *tfm) in skcipher_request_set_sync_tfm()
847 struct crypto_skcipher *tfm, gfp_t gfp) in skcipher_request_alloc_noprof()
872 struct crypto_skcipher *tfm = crypto_skcipher_reqtfm(req); in skcipher_request_zero() local