Home
last modified time | relevance | path

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

/linux/crypto/
H A Dghash-generic.c58 struct ghash_ctx *ctx = crypto_shash_ctx(tfm); in ghash_setkey()
82 struct ghash_ctx *ctx = crypto_shash_ctx(desc->tfm); in ghash_update()
98 struct ghash_ctx *ctx = crypto_shash_ctx(desc->tfm); in ghash_flush()
122 struct ghash_ctx *ctx = crypto_tfm_ctx(tfm); in ghash_exit_tfm()
140 .cra_ctxsize = sizeof(struct ghash_ctx),
H A Dgcm.c68 struct crypto_gcm_ghash_ctx ghash_ctx; member
223 struct crypto_gcm_ghash_ctx *gctx = &pctx->ghash_ctx; in gcm_hash_len()
240 struct crypto_gcm_ghash_ctx *gctx = &pctx->ghash_ctx; in gcm_hash_len_continue()
284 struct crypto_gcm_ghash_ctx *gctx = &pctx->ghash_ctx; in gcm_hash_crypt_continue()
314 struct crypto_gcm_ghash_ctx *gctx = &pctx->ghash_ctx; in gcm_hash_assoc_remain_continue()
421 struct crypto_gcm_ghash_ctx *gctx = &pctx->ghash_ctx; in gcm_encrypt_continue()
488 struct crypto_gcm_ghash_ctx *gctx = &pctx->ghash_ctx; in gcm_dec_hash_continue()
499 struct crypto_gcm_ghash_ctx *gctx = &pctx->ghash_ctx; in crypto_gcm_decrypt()
/linux/include/crypto/
H A Dghash.h16 struct ghash_ctx { struct