Lines Matching defs:tfm
220 #define SYNC_SKCIPHER_REQUEST_ON_STACK(name, tfm) \ argument
259 struct crypto_tfm *tfm) in __crypto_skcipher_cast()
303 struct crypto_skcipher *tfm) in crypto_skcipher_tfm()
309 struct crypto_lskcipher *tfm) in crypto_lskcipher_tfm()
320 static inline void crypto_free_skcipher(struct crypto_skcipher *tfm) in crypto_free_skcipher()
325 static inline void crypto_free_sync_skcipher(struct crypto_sync_skcipher *tfm) in crypto_free_sync_skcipher()
336 static inline void crypto_free_lskcipher(struct crypto_lskcipher *tfm) in crypto_free_lskcipher()
354 struct crypto_skcipher *tfm) in crypto_skcipher_driver_name()
360 struct crypto_lskcipher *tfm) in crypto_lskcipher_driver_name()
366 struct crypto_skcipher *tfm) in crypto_skcipher_alg_common()
373 struct crypto_skcipher *tfm) in crypto_skcipher_alg()
380 struct crypto_lskcipher *tfm) in crypto_lskcipher_alg()
395 static inline unsigned int crypto_skcipher_ivsize(struct crypto_skcipher *tfm) in crypto_skcipher_ivsize()
401 struct crypto_sync_skcipher *tfm) in crypto_sync_skcipher_ivsize()
416 struct crypto_lskcipher *tfm) in crypto_lskcipher_ivsize()
432 struct crypto_skcipher *tfm) in crypto_skcipher_blocksize()
448 struct crypto_lskcipher *tfm) in crypto_lskcipher_blocksize()
465 struct crypto_skcipher *tfm) in crypto_skcipher_chunksize()
482 struct crypto_lskcipher *tfm) in crypto_lskcipher_chunksize()
499 struct crypto_skcipher *tfm) in crypto_skcipher_statesize()
516 struct crypto_lskcipher *tfm) in crypto_lskcipher_statesize()
522 struct crypto_sync_skcipher *tfm) in crypto_sync_skcipher_blocksize()
528 struct crypto_skcipher *tfm) in crypto_skcipher_alignmask()
534 struct crypto_lskcipher *tfm) in crypto_lskcipher_alignmask()
539 static inline u32 crypto_skcipher_get_flags(struct crypto_skcipher *tfm) in crypto_skcipher_get_flags()
544 static inline void crypto_skcipher_set_flags(struct crypto_skcipher *tfm, in crypto_skcipher_set_flags()
550 static inline void crypto_skcipher_clear_flags(struct crypto_skcipher *tfm, in crypto_skcipher_clear_flags()
557 struct crypto_sync_skcipher *tfm) in crypto_sync_skcipher_get_flags()
563 struct crypto_sync_skcipher *tfm, u32 flags) in crypto_sync_skcipher_set_flags()
569 struct crypto_sync_skcipher *tfm, u32 flags) in crypto_sync_skcipher_clear_flags()
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()
610 static inline int crypto_sync_skcipher_setkey(struct crypto_sync_skcipher *tfm, in crypto_sync_skcipher_setkey()
636 struct crypto_skcipher *tfm) in crypto_skcipher_min_keysize()
642 struct crypto_skcipher *tfm) in crypto_skcipher_max_keysize()
648 struct crypto_lskcipher *tfm) in crypto_lskcipher_min_keysize()
654 struct crypto_lskcipher *tfm) in crypto_lskcipher_max_keysize()
677 struct crypto_skcipher *tfm = crypto_skcipher_reqtfm(req); in crypto_sync_skcipher_reqtfm() local
797 static inline unsigned int crypto_skcipher_reqsize(struct crypto_skcipher *tfm) in crypto_skcipher_reqsize()
811 struct crypto_skcipher *tfm) in skcipher_request_set_tfm()
817 struct crypto_sync_skcipher *tfm) in skcipher_request_set_sync_tfm()
840 struct crypto_skcipher *tfm, gfp_t gfp) in skcipher_request_alloc_noprof()
865 struct crypto_skcipher *tfm = crypto_skcipher_reqtfm(req); in skcipher_request_zero() local