Home
last modified time | relevance | path

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

/crypto/
Dghash-generic.c26 struct ghash_ctx { struct
47 struct ghash_ctx *ctx = crypto_shash_ctx(tfm); in ghash_setkey() argument
67 struct ghash_ctx *ctx = crypto_shash_ctx(desc->tfm); in ghash_update()
103 static void ghash_flush(struct ghash_ctx *ctx, struct ghash_desc_ctx *dctx) in ghash_flush()
122 struct ghash_ctx *ctx = crypto_shash_ctx(desc->tfm); in ghash_final()
136 struct ghash_ctx *ctx = crypto_tfm_ctx(tfm); in ghash_exit_tfm()
154 .cra_ctxsize = sizeof(struct ghash_ctx),
Dgcm.c71 struct crypto_gcm_ghash_ctx ghash_ctx; member
261 struct crypto_gcm_ghash_ctx *gctx = &pctx->ghash_ctx; in gcm_hash_len()
291 struct crypto_gcm_ghash_ctx *gctx = &pctx->ghash_ctx; in __gcm_hash_final_done()
350 struct crypto_gcm_ghash_ctx *gctx = &pctx->ghash_ctx; in __gcm_hash_crypt_done()
375 struct crypto_gcm_ghash_ctx *gctx = &pctx->ghash_ctx; in __gcm_hash_assoc_remain_done()
460 struct crypto_gcm_ghash_ctx *gctx = &pctx->ghash_ctx; in gcm_hash()
547 struct crypto_gcm_ghash_ctx *gctx = &pctx->ghash_ctx; in crypto_gcm_encrypt()
601 struct crypto_gcm_ghash_ctx *gctx = &pctx->ghash_ctx; in gcm_dec_hash_done()
622 struct crypto_gcm_ghash_ctx *gctx = &pctx->ghash_ctx; in crypto_gcm_decrypt()