Searched refs:ghash_ctx (Results 1 - 4 of 4) sorted by relevance

/linux-4.1.27/crypto/
H A Dghash-generic.c26 struct ghash_ctx { struct
47 struct ghash_ctx *ctx = crypto_shash_ctx(tfm); ghash_setkey()
67 struct ghash_ctx *ctx = crypto_shash_ctx(desc->tfm); ghash_update()
103 static void ghash_flush(struct ghash_ctx *ctx, struct ghash_desc_ctx *dctx) ghash_flush()
122 struct ghash_ctx *ctx = crypto_shash_ctx(desc->tfm); ghash_final()
136 struct ghash_ctx *ctx = crypto_tfm_ctx(tfm); ghash_exit_tfm()
154 .cra_ctxsize = sizeof(struct ghash_ctx),
H A Dgcm.c71 struct crypto_gcm_ghash_ctx ghash_ctx; member in struct:crypto_gcm_req_priv_ctx
263 struct crypto_gcm_ghash_ctx *gctx = &pctx->ghash_ctx; gcm_hash_len()
293 struct crypto_gcm_ghash_ctx *gctx = &pctx->ghash_ctx; __gcm_hash_final_done()
352 struct crypto_gcm_ghash_ctx *gctx = &pctx->ghash_ctx; __gcm_hash_crypt_done()
377 struct crypto_gcm_ghash_ctx *gctx = &pctx->ghash_ctx; __gcm_hash_assoc_remain_done()
462 struct crypto_gcm_ghash_ctx *gctx = &pctx->ghash_ctx; gcm_hash()
549 struct crypto_gcm_ghash_ctx *gctx = &pctx->ghash_ctx; crypto_gcm_encrypt()
603 struct crypto_gcm_ghash_ctx *gctx = &pctx->ghash_ctx; gcm_dec_hash_done()
624 struct crypto_gcm_ghash_ctx *gctx = &pctx->ghash_ctx; crypto_gcm_decrypt()
/linux-4.1.27/arch/s390/crypto/
H A Dghash_s390.c18 struct ghash_ctx { struct
32 struct ghash_ctx *ctx = crypto_shash_ctx(desc->tfm); ghash_init()
43 struct ghash_ctx *ctx = crypto_shash_ctx(tfm); ghash_setkey()
142 .cra_ctxsize = sizeof(struct ghash_ctx),
/linux-4.1.27/arch/x86/crypto/
H A Dghash-clmulni-intel_glue.c37 struct ghash_ctx { struct
58 struct ghash_ctx *ctx = crypto_shash_ctx(tfm); ghash_setkey()
84 struct ghash_ctx *ctx = crypto_shash_ctx(desc->tfm); ghash_update()
116 static void ghash_flush(struct ghash_ctx *ctx, struct ghash_desc_ctx *dctx) ghash_flush()
137 struct ghash_ctx *ctx = crypto_shash_ctx(desc->tfm); ghash_final()
160 .cra_ctxsize = sizeof(struct ghash_ctx),

Completed in 92 milliseconds