Searched refs:crypto_tfm_ctx (Results 1 – 8 of 8) sorted by relevance
31 return crypto_tfm_ctx(&tfm->base); in crypto_rng_ctx()
30 return crypto_tfm_ctx(&tfm->base); in crypto_sig_ctx()
186 return crypto_tfm_ctx(&tfm->base); in crypto_skcipher_ctx()191 return crypto_tfm_ctx(&tfm->base); in crypto_lskcipher_ctx()
61 return crypto_tfm_ctx(&tfm->base); in akcipher_tfm_ctx()
78 return crypto_tfm_ctx(&tfm->base); in kpp_tfm_ctx()
39 return crypto_tfm_ctx(&tfm->base); in crypto_aead_ctx()
167 return crypto_tfm_ctx(crypto_ahash_tfm(tfm)); in crypto_ahash_ctx()276 return crypto_tfm_ctx(&tfm->base); in crypto_shash_ctx()
173 static inline void *crypto_tfm_ctx(struct crypto_tfm *tfm) in crypto_tfm_ctx() function184 return PTR_ALIGN(crypto_tfm_ctx(tfm), align); in crypto_tfm_ctx_align()
Completed in 10 milliseconds