Lines Matching defs:tfm

245 #define SYNC_SKCIPHER_REQUEST_ON_STACK(name, tfm) \  argument
284 struct crypto_tfm *tfm) in __crypto_skcipher_cast()
328 struct crypto_skcipher *tfm) in crypto_skcipher_tfm()
334 struct crypto_lskcipher *tfm) in crypto_lskcipher_tfm()
345 static inline void crypto_free_skcipher(struct crypto_skcipher *tfm) in crypto_free_skcipher()
350 static inline void crypto_free_sync_skcipher(struct crypto_sync_skcipher *tfm) in crypto_free_sync_skcipher()
361 static inline void crypto_free_lskcipher(struct crypto_lskcipher *tfm) in crypto_free_lskcipher()
379 struct crypto_skcipher *tfm) in crypto_skcipher_driver_name()
385 struct crypto_lskcipher *tfm) in crypto_lskcipher_driver_name()
391 struct crypto_skcipher *tfm) in crypto_skcipher_alg_common()
398 struct crypto_skcipher *tfm) in crypto_skcipher_alg()
405 struct crypto_lskcipher *tfm) in crypto_lskcipher_alg()
420 static inline unsigned int crypto_skcipher_ivsize(struct crypto_skcipher *tfm) in crypto_skcipher_ivsize()
426 struct crypto_sync_skcipher *tfm) in crypto_sync_skcipher_ivsize()
441 struct crypto_lskcipher *tfm) in crypto_lskcipher_ivsize()
457 struct crypto_skcipher *tfm) in crypto_skcipher_blocksize()
473 struct crypto_lskcipher *tfm) in crypto_lskcipher_blocksize()
490 struct crypto_skcipher *tfm) in crypto_skcipher_chunksize()
507 struct crypto_lskcipher *tfm) in crypto_lskcipher_chunksize()
524 struct crypto_skcipher *tfm) in crypto_skcipher_statesize()
541 struct crypto_lskcipher *tfm) in crypto_lskcipher_statesize()
547 struct crypto_sync_skcipher *tfm) in crypto_sync_skcipher_blocksize()
553 struct crypto_skcipher *tfm) in crypto_skcipher_alignmask()
559 struct crypto_lskcipher *tfm) in crypto_lskcipher_alignmask()
564 static inline u32 crypto_skcipher_get_flags(struct crypto_skcipher *tfm) in crypto_skcipher_get_flags()
569 static inline void crypto_skcipher_set_flags(struct crypto_skcipher *tfm, in crypto_skcipher_set_flags()
575 static inline void crypto_skcipher_clear_flags(struct crypto_skcipher *tfm, in crypto_skcipher_clear_flags()
582 struct crypto_sync_skcipher *tfm) in crypto_sync_skcipher_get_flags()
588 struct crypto_sync_skcipher *tfm, u32 flags) in crypto_sync_skcipher_set_flags()
594 struct crypto_sync_skcipher *tfm, u32 flags) in crypto_sync_skcipher_clear_flags()
599 static inline u32 crypto_lskcipher_get_flags(struct crypto_lskcipher *tfm) in crypto_lskcipher_get_flags()
604 static inline void crypto_lskcipher_set_flags(struct crypto_lskcipher *tfm, in crypto_lskcipher_set_flags()
610 static inline void crypto_lskcipher_clear_flags(struct crypto_lskcipher *tfm, in crypto_lskcipher_clear_flags()
635 static inline int crypto_sync_skcipher_setkey(struct crypto_sync_skcipher *tfm, in crypto_sync_skcipher_setkey()
661 struct crypto_skcipher *tfm) in crypto_skcipher_min_keysize()
667 struct crypto_skcipher *tfm) in crypto_skcipher_max_keysize()
673 struct crypto_lskcipher *tfm) in crypto_lskcipher_min_keysize()
679 struct crypto_lskcipher *tfm) in crypto_lskcipher_max_keysize()
702 struct crypto_skcipher *tfm = crypto_skcipher_reqtfm(req); in crypto_sync_skcipher_reqtfm() local
822 static inline unsigned int crypto_skcipher_reqsize(struct crypto_skcipher *tfm) in crypto_skcipher_reqsize()
836 struct crypto_skcipher *tfm) in skcipher_request_set_tfm()
842 struct crypto_sync_skcipher *tfm) in skcipher_request_set_sync_tfm()
865 struct crypto_skcipher *tfm, gfp_t gfp) in skcipher_request_alloc()
889 struct crypto_skcipher *tfm = crypto_skcipher_reqtfm(req); in skcipher_request_zero() local