Home
last modified time | relevance | path

Searched refs:crypto_shash_ctx (Results 1 – 9 of 9) sorted by relevance

/linux-2.6.39/crypto/
Dcrc32c.c151 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()
Dghash-generic.c47 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()
Dxcbc.c64 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()
Dmichael_mic.c53 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()
Dvmac.c541 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()
/linux-2.6.39/arch/x86/crypto/
Dcrc32c-intel.c90 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()
Dghash-clmulni-intel_glue.c59 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()
/linux-2.6.39/drivers/crypto/
Dpadlock-sha.c38 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()
/linux-2.6.39/include/crypto/internal/
Dhash.h176 static inline void *crypto_shash_ctx(struct crypto_shash *tfm) in crypto_shash_ctx() function