Searched refs:crypto_shash_ctx (Results 1 – 9 of 9) sorted by relevance
151 struct chksum_ctx *mctx = crypto_shash_ctx(desc->tfm); in chksum_init()167 struct chksum_ctx *mctx = crypto_shash_ctx(tfm); in chksum_setkey()211 struct chksum_ctx *mctx = crypto_shash_ctx(desc->tfm); in chksum_digest()
47 struct ghash_ctx *ctx = crypto_shash_ctx(tfm); in ghash_setkey()67 struct ghash_ctx *ctx = crypto_shash_ctx(desc->tfm); in ghash_update()119 struct ghash_ctx *ctx = crypto_shash_ctx(desc->tfm); in ghash_final()
64 struct xcbc_tfm_ctx *ctx = crypto_shash_ctx(parent); in crypto_xcbc_digest_setkey()99 struct xcbc_tfm_ctx *tctx = crypto_shash_ctx(parent); in crypto_xcbc_digest_update()145 struct xcbc_tfm_ctx *tctx = crypto_shash_ctx(parent); in crypto_xcbc_digest_final()
53 struct michael_mic_ctx *ctx = crypto_shash_ctx(desc->tfm); in michael_init()139 struct michael_mic_ctx *mctx = crypto_shash_ctx(tfm); in michael_setkey()
541 struct vmac_ctx_t *ctx = crypto_shash_ctx(parent); in vmac_setkey()560 struct vmac_ctx_t *ctx = crypto_shash_ctx(parent); in vmac_update()570 struct vmac_ctx_t *ctx = crypto_shash_ctx(parent); in vmac_final()
90 u32 *mctx = crypto_shash_ctx(hash); in crc32c_intel_setkey()102 u32 *mctx = crypto_shash_ctx(desc->tfm); in crc32c_intel_init()143 return __crc32c_intel_finup(crypto_shash_ctx(desc->tfm), data, len, in crc32c_intel_digest()
59 struct ghash_ctx *ctx = crypto_shash_ctx(tfm); in ghash_setkey()75 struct ghash_ctx *ctx = crypto_shash_ctx(desc->tfm); in ghash_update()128 struct ghash_ctx *ctx = crypto_shash_ctx(desc->tfm); in ghash_final()
38 struct padlock_sha_ctx *ctx = crypto_shash_ctx(desc->tfm); in padlock_sha_init()64 struct padlock_sha_ctx *ctx = crypto_shash_ctx(desc->tfm); in padlock_sha_import()
176 static inline void *crypto_shash_ctx(struct crypto_shash *tfm) in crypto_shash_ctx() function