Home
last modified time | relevance | path

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

/include/crypto/internal/
Drng.h31 return crypto_tfm_ctx(&tfm->base); in crypto_rng_ctx()
Dhash.h134 return crypto_tfm_ctx(crypto_ahash_tfm(tfm)); in crypto_ahash_ctx()
202 return crypto_tfm_ctx(&tfm->base); in crypto_shash_ctx()
Daead.h39 return crypto_tfm_ctx(&tfm->base); in crypto_aead_ctx()
Dskcipher.h151 return crypto_tfm_ctx(&tfm->base); in crypto_skcipher_ctx()
/include/crypto/
Dalgapi.h185 return PTR_ALIGN(crypto_tfm_ctx(tfm), in crypto_tfm_ctx_aligned()
/include/linux/
Dcrypto.h714 static inline void *crypto_tfm_ctx(struct crypto_tfm *tfm) in crypto_tfm_ctx() function