Lines Matching defs:tfm
212 static inline void *crypto_tfm_ctx_aligned(struct crypto_tfm *tfm) in crypto_tfm_ctx_aligned()
219 struct crypto_tfm *tfm) in crypto_tfm_alg_instance()
230 struct crypto_ablkcipher *tfm) in crypto_ablkcipher_alg()
235 static inline void *crypto_ablkcipher_ctx(struct crypto_ablkcipher *tfm) in crypto_ablkcipher_ctx()
240 static inline void *crypto_ablkcipher_ctx_aligned(struct crypto_ablkcipher *tfm) in crypto_ablkcipher_ctx_aligned()
254 static inline void *crypto_blkcipher_ctx(struct crypto_blkcipher *tfm) in crypto_blkcipher_ctx()
259 static inline void *crypto_blkcipher_ctx_aligned(struct crypto_blkcipher *tfm) in crypto_blkcipher_ctx_aligned()
273 static inline struct cipher_alg *crypto_cipher_alg(struct crypto_cipher *tfm) in crypto_cipher_alg()
286 static inline void *crypto_hash_ctx(struct crypto_hash *tfm) in crypto_hash_ctx()
291 static inline void *crypto_hash_ctx_aligned(struct crypto_hash *tfm) in crypto_hash_ctx_aligned()
348 struct crypto_ablkcipher *tfm) in ablkcipher_tfm_in_queue()