Home
last modified time | relevance | path

Searched refs:crypto_tfm_ctx (Results 1 – 8 of 8) sorted by relevance

/include/crypto/internal/
A Drng.h31 return crypto_tfm_ctx(&tfm->base); in crypto_rng_ctx()
A Dsig.h30 return crypto_tfm_ctx(&tfm->base); in crypto_sig_ctx()
A Dskcipher.h186 return crypto_tfm_ctx(&tfm->base); in crypto_skcipher_ctx()
191 return crypto_tfm_ctx(&tfm->base); in crypto_lskcipher_ctx()
A Dakcipher.h61 return crypto_tfm_ctx(&tfm->base); in akcipher_tfm_ctx()
A Dkpp.h78 return crypto_tfm_ctx(&tfm->base); in kpp_tfm_ctx()
A Daead.h39 return crypto_tfm_ctx(&tfm->base); in crypto_aead_ctx()
A Dhash.h167 return crypto_tfm_ctx(crypto_ahash_tfm(tfm)); in crypto_ahash_ctx()
276 return crypto_tfm_ctx(&tfm->base); in crypto_shash_ctx()
/include/crypto/
A Dalgapi.h173 static inline void *crypto_tfm_ctx(struct crypto_tfm *tfm) in crypto_tfm_ctx() function
184 return PTR_ALIGN(crypto_tfm_ctx(tfm), align); in crypto_tfm_ctx_align()

Completed in 8 milliseconds