Lines Matching defs:tfm
175 struct crypto_tfm *tfm; member
194 struct crypto_blkcipher *tfm; member
200 struct crypto_tfm *tfm; member
660 static inline void crypto_free_tfm(struct crypto_tfm *tfm) in crypto_free_tfm()
670 static inline const char *crypto_tfm_alg_name(struct crypto_tfm *tfm) in crypto_tfm_alg_name()
675 static inline const char *crypto_tfm_alg_driver_name(struct crypto_tfm *tfm) in crypto_tfm_alg_driver_name()
680 static inline int crypto_tfm_alg_priority(struct crypto_tfm *tfm) in crypto_tfm_alg_priority()
685 static inline u32 crypto_tfm_alg_type(struct crypto_tfm *tfm) in crypto_tfm_alg_type()
690 static inline unsigned int crypto_tfm_alg_blocksize(struct crypto_tfm *tfm) in crypto_tfm_alg_blocksize()
695 static inline unsigned int crypto_tfm_alg_alignmask(struct crypto_tfm *tfm) in crypto_tfm_alg_alignmask()
700 static inline u32 crypto_tfm_get_flags(struct crypto_tfm *tfm) in crypto_tfm_get_flags()
705 static inline void crypto_tfm_set_flags(struct crypto_tfm *tfm, u32 flags) in crypto_tfm_set_flags()
710 static inline void crypto_tfm_clear_flags(struct crypto_tfm *tfm, u32 flags) in crypto_tfm_clear_flags()
715 static inline void *crypto_tfm_ctx(struct crypto_tfm *tfm) in crypto_tfm_ctx()
722 struct crypto_tfm *tfm; in crypto_tfm_ctx_alignment() local
730 struct crypto_tfm *tfm) in __crypto_ablkcipher_cast()
780 struct crypto_ablkcipher *tfm) in crypto_ablkcipher_tfm()
789 static inline void crypto_free_ablkcipher(struct crypto_ablkcipher *tfm) in crypto_free_ablkcipher()
812 struct crypto_ablkcipher *tfm) in crypto_ablkcipher_crt()
827 struct crypto_ablkcipher *tfm) in crypto_ablkcipher_ivsize()
843 struct crypto_ablkcipher *tfm) in crypto_ablkcipher_blocksize()
849 struct crypto_ablkcipher *tfm) in crypto_ablkcipher_alignmask()
854 static inline u32 crypto_ablkcipher_get_flags(struct crypto_ablkcipher *tfm) in crypto_ablkcipher_get_flags()
859 static inline void crypto_ablkcipher_set_flags(struct crypto_ablkcipher *tfm, in crypto_ablkcipher_set_flags()
865 static inline void crypto_ablkcipher_clear_flags(struct crypto_ablkcipher *tfm, in crypto_ablkcipher_clear_flags()
887 static inline int crypto_ablkcipher_setkey(struct crypto_ablkcipher *tfm, in crypto_ablkcipher_setkey()
964 struct crypto_ablkcipher *tfm) in crypto_ablkcipher_reqsize()
978 struct ablkcipher_request *req, struct crypto_ablkcipher *tfm) in ablkcipher_request_set_tfm()
1001 struct crypto_ablkcipher *tfm, gfp_t gfp) in ablkcipher_request_alloc()
1115 struct crypto_tfm *tfm) in __crypto_blkcipher_cast()
1121 struct crypto_tfm *tfm) in crypto_blkcipher_cast()
1152 struct crypto_blkcipher *tfm) in crypto_blkcipher_tfm()
1161 static inline void crypto_free_blkcipher(struct crypto_blkcipher *tfm) in crypto_free_blkcipher()
1191 static inline const char *crypto_blkcipher_name(struct crypto_blkcipher *tfm) in crypto_blkcipher_name()
1197 struct crypto_blkcipher *tfm) in crypto_blkcipher_crt()
1203 struct crypto_blkcipher *tfm) in crypto_blkcipher_alg()
1217 static inline unsigned int crypto_blkcipher_ivsize(struct crypto_blkcipher *tfm) in crypto_blkcipher_ivsize()
1233 struct crypto_blkcipher *tfm) in crypto_blkcipher_blocksize()
1239 struct crypto_blkcipher *tfm) in crypto_blkcipher_alignmask()
1244 static inline u32 crypto_blkcipher_get_flags(struct crypto_blkcipher *tfm) in crypto_blkcipher_get_flags()
1249 static inline void crypto_blkcipher_set_flags(struct crypto_blkcipher *tfm, in crypto_blkcipher_set_flags()
1255 static inline void crypto_blkcipher_clear_flags(struct crypto_blkcipher *tfm, in crypto_blkcipher_clear_flags()
1277 static inline int crypto_blkcipher_setkey(struct crypto_blkcipher *tfm, in crypto_blkcipher_setkey()
1397 static inline void crypto_blkcipher_set_iv(struct crypto_blkcipher *tfm, in crypto_blkcipher_set_iv()
1413 static inline void crypto_blkcipher_get_iv(struct crypto_blkcipher *tfm, in crypto_blkcipher_get_iv()
1436 static inline struct crypto_cipher *__crypto_cipher_cast(struct crypto_tfm *tfm) in __crypto_cipher_cast()
1441 static inline struct crypto_cipher *crypto_cipher_cast(struct crypto_tfm *tfm) in crypto_cipher_cast()
1471 static inline struct crypto_tfm *crypto_cipher_tfm(struct crypto_cipher *tfm) in crypto_cipher_tfm()
1480 static inline void crypto_free_cipher(struct crypto_cipher *tfm) in crypto_free_cipher()
1504 static inline struct cipher_tfm *crypto_cipher_crt(struct crypto_cipher *tfm) in crypto_cipher_crt()
1519 static inline unsigned int crypto_cipher_blocksize(struct crypto_cipher *tfm) in crypto_cipher_blocksize()
1524 static inline unsigned int crypto_cipher_alignmask(struct crypto_cipher *tfm) in crypto_cipher_alignmask()
1529 static inline u32 crypto_cipher_get_flags(struct crypto_cipher *tfm) in crypto_cipher_get_flags()
1534 static inline void crypto_cipher_set_flags(struct crypto_cipher *tfm, in crypto_cipher_set_flags()
1540 static inline void crypto_cipher_clear_flags(struct crypto_cipher *tfm, in crypto_cipher_clear_flags()
1562 static inline int crypto_cipher_setkey(struct crypto_cipher *tfm, in crypto_cipher_setkey()
1578 static inline void crypto_cipher_encrypt_one(struct crypto_cipher *tfm, in crypto_cipher_encrypt_one()
1594 static inline void crypto_cipher_decrypt_one(struct crypto_cipher *tfm, in crypto_cipher_decrypt_one()
1601 static inline struct crypto_comp *__crypto_comp_cast(struct crypto_tfm *tfm) in __crypto_comp_cast()
1606 static inline struct crypto_comp *crypto_comp_cast(struct crypto_tfm *tfm) in crypto_comp_cast()
1623 static inline struct crypto_tfm *crypto_comp_tfm(struct crypto_comp *tfm) in crypto_comp_tfm()
1628 static inline void crypto_free_comp(struct crypto_comp *tfm) in crypto_free_comp()
1642 static inline const char *crypto_comp_name(struct crypto_comp *tfm) in crypto_comp_name()
1647 static inline struct compress_tfm *crypto_comp_crt(struct crypto_comp *tfm) in crypto_comp_crt()
1652 static inline int crypto_comp_compress(struct crypto_comp *tfm, in crypto_comp_compress()
1660 static inline int crypto_comp_decompress(struct crypto_comp *tfm, in crypto_comp_decompress()