Lines Matching defs:tfm
161 struct crypto_tfm *tfm; member
180 struct crypto_blkcipher *tfm; member
828 static inline void crypto_free_tfm(struct crypto_tfm *tfm) in crypto_free_tfm()
838 static inline const char *crypto_tfm_alg_name(struct crypto_tfm *tfm) in crypto_tfm_alg_name()
843 static inline const char *crypto_tfm_alg_driver_name(struct crypto_tfm *tfm) in crypto_tfm_alg_driver_name()
848 static inline int crypto_tfm_alg_priority(struct crypto_tfm *tfm) in crypto_tfm_alg_priority()
853 static inline u32 crypto_tfm_alg_type(struct crypto_tfm *tfm) in crypto_tfm_alg_type()
858 static inline unsigned int crypto_tfm_alg_blocksize(struct crypto_tfm *tfm) in crypto_tfm_alg_blocksize()
863 static inline unsigned int crypto_tfm_alg_alignmask(struct crypto_tfm *tfm) in crypto_tfm_alg_alignmask()
868 static inline u32 crypto_tfm_get_flags(struct crypto_tfm *tfm) in crypto_tfm_get_flags()
873 static inline void crypto_tfm_set_flags(struct crypto_tfm *tfm, u32 flags) in crypto_tfm_set_flags()
878 static inline void crypto_tfm_clear_flags(struct crypto_tfm *tfm, u32 flags) in crypto_tfm_clear_flags()
883 static inline void *crypto_tfm_ctx(struct crypto_tfm *tfm) in crypto_tfm_ctx()
890 struct crypto_tfm *tfm; in crypto_tfm_ctx_alignment() local
898 struct crypto_tfm *tfm) in __crypto_ablkcipher_cast()
948 struct crypto_ablkcipher *tfm) in crypto_ablkcipher_tfm()
957 static inline void crypto_free_ablkcipher(struct crypto_ablkcipher *tfm) in crypto_free_ablkcipher()
980 struct crypto_ablkcipher *tfm) in crypto_ablkcipher_crt()
995 struct crypto_ablkcipher *tfm) in crypto_ablkcipher_ivsize()
1011 struct crypto_ablkcipher *tfm) in crypto_ablkcipher_blocksize()
1017 struct crypto_ablkcipher *tfm) in crypto_ablkcipher_alignmask()
1022 static inline u32 crypto_ablkcipher_get_flags(struct crypto_ablkcipher *tfm) in crypto_ablkcipher_get_flags()
1027 static inline void crypto_ablkcipher_set_flags(struct crypto_ablkcipher *tfm, in crypto_ablkcipher_set_flags()
1033 static inline void crypto_ablkcipher_clear_flags(struct crypto_ablkcipher *tfm, in crypto_ablkcipher_clear_flags()
1055 static inline int crypto_ablkcipher_setkey(struct crypto_ablkcipher *tfm, in crypto_ablkcipher_setkey()
1146 struct crypto_ablkcipher *tfm) in crypto_ablkcipher_reqsize()
1160 struct ablkcipher_request *req, struct crypto_ablkcipher *tfm) in ablkcipher_request_set_tfm()
1183 struct crypto_ablkcipher *tfm, gfp_t gfp) in ablkcipher_request_alloc()
1297 struct crypto_tfm *tfm) in __crypto_blkcipher_cast()
1303 struct crypto_tfm *tfm) in crypto_blkcipher_cast()
1334 struct crypto_blkcipher *tfm) in crypto_blkcipher_tfm()
1343 static inline void crypto_free_blkcipher(struct crypto_blkcipher *tfm) in crypto_free_blkcipher()
1373 static inline const char *crypto_blkcipher_name(struct crypto_blkcipher *tfm) in crypto_blkcipher_name()
1379 struct crypto_blkcipher *tfm) in crypto_blkcipher_crt()
1385 struct crypto_blkcipher *tfm) in crypto_blkcipher_alg()
1399 static inline unsigned int crypto_blkcipher_ivsize(struct crypto_blkcipher *tfm) in crypto_blkcipher_ivsize()
1415 struct crypto_blkcipher *tfm) in crypto_blkcipher_blocksize()
1421 struct crypto_blkcipher *tfm) in crypto_blkcipher_alignmask()
1426 static inline u32 crypto_blkcipher_get_flags(struct crypto_blkcipher *tfm) in crypto_blkcipher_get_flags()
1431 static inline void crypto_blkcipher_set_flags(struct crypto_blkcipher *tfm, in crypto_blkcipher_set_flags()
1437 static inline void crypto_blkcipher_clear_flags(struct crypto_blkcipher *tfm, in crypto_blkcipher_clear_flags()
1459 static inline int crypto_blkcipher_setkey(struct crypto_blkcipher *tfm, in crypto_blkcipher_setkey()
1579 static inline void crypto_blkcipher_set_iv(struct crypto_blkcipher *tfm, in crypto_blkcipher_set_iv()
1595 static inline void crypto_blkcipher_get_iv(struct crypto_blkcipher *tfm, in crypto_blkcipher_get_iv()
1618 static inline struct crypto_cipher *__crypto_cipher_cast(struct crypto_tfm *tfm) in __crypto_cipher_cast()
1623 static inline struct crypto_cipher *crypto_cipher_cast(struct crypto_tfm *tfm) in crypto_cipher_cast()
1653 static inline struct crypto_tfm *crypto_cipher_tfm(struct crypto_cipher *tfm) in crypto_cipher_tfm()
1662 static inline void crypto_free_cipher(struct crypto_cipher *tfm) in crypto_free_cipher()
1686 static inline struct cipher_tfm *crypto_cipher_crt(struct crypto_cipher *tfm) in crypto_cipher_crt()
1701 static inline unsigned int crypto_cipher_blocksize(struct crypto_cipher *tfm) in crypto_cipher_blocksize()
1706 static inline unsigned int crypto_cipher_alignmask(struct crypto_cipher *tfm) in crypto_cipher_alignmask()
1711 static inline u32 crypto_cipher_get_flags(struct crypto_cipher *tfm) in crypto_cipher_get_flags()
1716 static inline void crypto_cipher_set_flags(struct crypto_cipher *tfm, in crypto_cipher_set_flags()
1722 static inline void crypto_cipher_clear_flags(struct crypto_cipher *tfm, in crypto_cipher_clear_flags()
1744 static inline int crypto_cipher_setkey(struct crypto_cipher *tfm, in crypto_cipher_setkey()
1760 static inline void crypto_cipher_encrypt_one(struct crypto_cipher *tfm, in crypto_cipher_encrypt_one()
1776 static inline void crypto_cipher_decrypt_one(struct crypto_cipher *tfm, in crypto_cipher_decrypt_one()
1783 static inline struct crypto_comp *__crypto_comp_cast(struct crypto_tfm *tfm) in __crypto_comp_cast()
1788 static inline struct crypto_comp *crypto_comp_cast(struct crypto_tfm *tfm) in crypto_comp_cast()
1805 static inline struct crypto_tfm *crypto_comp_tfm(struct crypto_comp *tfm) in crypto_comp_tfm()
1810 static inline void crypto_free_comp(struct crypto_comp *tfm) in crypto_free_comp()
1824 static inline const char *crypto_comp_name(struct crypto_comp *tfm) in crypto_comp_name()
1829 static inline struct compress_tfm *crypto_comp_crt(struct crypto_comp *tfm) in crypto_comp_crt()
1834 static inline int crypto_comp_compress(struct crypto_comp *tfm, in crypto_comp_compress()
1842 static inline int crypto_comp_decompress(struct crypto_comp *tfm, in crypto_comp_decompress()