Lines Matching defs:tfm
209 static inline void *crypto_tfm_ctx_aligned(struct crypto_tfm *tfm) in crypto_tfm_ctx_aligned()
216 struct crypto_tfm *tfm) in crypto_tfm_alg_instance()
227 struct crypto_ablkcipher *tfm) in crypto_ablkcipher_alg()
232 static inline void *crypto_ablkcipher_ctx(struct crypto_ablkcipher *tfm) in crypto_ablkcipher_ctx()
237 static inline void *crypto_ablkcipher_ctx_aligned(struct crypto_ablkcipher *tfm) in crypto_ablkcipher_ctx_aligned()
242 static inline struct aead_alg *crypto_aead_alg(struct crypto_aead *tfm) in crypto_aead_alg()
247 static inline void *crypto_aead_ctx(struct crypto_aead *tfm) in crypto_aead_ctx()
267 static inline void *crypto_blkcipher_ctx(struct crypto_blkcipher *tfm) in crypto_blkcipher_ctx()
272 static inline void *crypto_blkcipher_ctx_aligned(struct crypto_blkcipher *tfm) in crypto_blkcipher_ctx_aligned()
286 static inline struct cipher_alg *crypto_cipher_alg(struct crypto_cipher *tfm) in crypto_cipher_alg()
299 static inline void *crypto_hash_ctx(struct crypto_hash *tfm) in crypto_hash_ctx()
304 static inline void *crypto_hash_ctx_aligned(struct crypto_hash *tfm) in crypto_hash_ctx_aligned()
361 struct crypto_ablkcipher *tfm) in ablkcipher_tfm_in_queue()