Searched refs:crypto_tfm_ctx (Results 1 – 6 of 6) sorted by relevance
31 return crypto_tfm_ctx(&tfm->base); in crypto_rng_ctx()
134 return crypto_tfm_ctx(crypto_ahash_tfm(tfm)); in crypto_ahash_ctx()202 return crypto_tfm_ctx(&tfm->base); in crypto_shash_ctx()
39 return crypto_tfm_ctx(&tfm->base); in crypto_aead_ctx()
151 return crypto_tfm_ctx(&tfm->base); in crypto_skcipher_ctx()
185 return PTR_ALIGN(crypto_tfm_ctx(tfm), in crypto_tfm_ctx_aligned()
714 static inline void *crypto_tfm_ctx(struct crypto_tfm *tfm) in crypto_tfm_ctx() function