Home
last modified time | relevance | path

Searched refs:ghash_ctx (Results 1 – 5 of 5) sorted by relevance

/Linux-v5.4/crypto/
Dghash-generic.c58 struct ghash_ctx *ctx = crypto_shash_ctx(tfm); in ghash_setkey()
84 struct ghash_ctx *ctx = crypto_shash_ctx(desc->tfm); in ghash_update()
117 static void ghash_flush(struct ghash_ctx *ctx, struct ghash_desc_ctx *dctx) in ghash_flush()
136 struct ghash_ctx *ctx = crypto_shash_ctx(desc->tfm); in ghash_final()
147 struct ghash_ctx *ctx = crypto_tfm_ctx(tfm); in ghash_exit_tfm()
164 .cra_ctxsize = sizeof(struct ghash_ctx),
Dgcm.c71 struct crypto_gcm_ghash_ctx ghash_ctx; member
233 struct crypto_gcm_ghash_ctx *gctx = &pctx->ghash_ctx; in gcm_hash_len()
250 struct crypto_gcm_ghash_ctx *gctx = &pctx->ghash_ctx; in gcm_hash_len_continue()
295 struct crypto_gcm_ghash_ctx *gctx = &pctx->ghash_ctx; in gcm_hash_crypt_continue()
325 struct crypto_gcm_ghash_ctx *gctx = &pctx->ghash_ctx; in gcm_hash_assoc_remain_continue()
433 struct crypto_gcm_ghash_ctx *gctx = &pctx->ghash_ctx; in gcm_encrypt_continue()
500 struct crypto_gcm_ghash_ctx *gctx = &pctx->ghash_ctx; in gcm_dec_hash_continue()
511 struct crypto_gcm_ghash_ctx *gctx = &pctx->ghash_ctx; in crypto_gcm_decrypt()
/Linux-v5.4/arch/s390/crypto/
Dghash_s390.c19 struct ghash_ctx { struct
33 struct ghash_ctx *ctx = crypto_shash_ctx(desc->tfm); in ghash_init() argument
44 struct ghash_ctx *ctx = crypto_shash_ctx(tfm); in ghash_setkey()
132 .cra_ctxsize = sizeof(struct ghash_ctx),
/Linux-v5.4/arch/x86/crypto/
Dghash-clmulni-intel_glue.c35 struct ghash_ctx { struct
56 struct ghash_ctx *ctx = crypto_shash_ctx(tfm); in ghash_setkey() argument
82 struct ghash_ctx *ctx = crypto_shash_ctx(desc->tfm); in ghash_update()
114 static void ghash_flush(struct ghash_ctx *ctx, struct ghash_desc_ctx *dctx) in ghash_flush()
135 struct ghash_ctx *ctx = crypto_shash_ctx(desc->tfm); in ghash_final()
157 .cra_ctxsize = sizeof(struct ghash_ctx),
/Linux-v5.4/include/crypto/
Dghash.h15 struct ghash_ctx { struct