Searched refs:ghash_ctx (Results 1 – 5 of 5) sorted by relevance
36 struct ghash_ctx *ctx = crypto_shash_ctx(tfm); in ghash_setkey()56 struct ghash_ctx *ctx = crypto_shash_ctx(desc->tfm); in ghash_update()89 static void ghash_flush(struct ghash_ctx *ctx, struct ghash_desc_ctx *dctx) in ghash_flush()108 struct ghash_ctx *ctx = crypto_shash_ctx(desc->tfm); in ghash_final()119 struct ghash_ctx *ctx = crypto_tfm_ctx(tfm); in ghash_exit_tfm()136 .cra_ctxsize = sizeof(struct ghash_ctx),
74 struct crypto_gcm_ghash_ctx ghash_ctx; member249 struct crypto_gcm_ghash_ctx *gctx = &pctx->ghash_ctx; in gcm_hash_len()266 struct crypto_gcm_ghash_ctx *gctx = &pctx->ghash_ctx; in gcm_hash_len_continue()311 struct crypto_gcm_ghash_ctx *gctx = &pctx->ghash_ctx; in gcm_hash_crypt_continue()341 struct crypto_gcm_ghash_ctx *gctx = &pctx->ghash_ctx; in gcm_hash_assoc_remain_continue()449 struct crypto_gcm_ghash_ctx *gctx = &pctx->ghash_ctx; in gcm_encrypt_continue()516 struct crypto_gcm_ghash_ctx *gctx = &pctx->ghash_ctx; in gcm_dec_hash_continue()527 struct crypto_gcm_ghash_ctx *gctx = &pctx->ghash_ctx; in crypto_gcm_decrypt()
19 struct ghash_ctx { struct33 struct ghash_ctx *ctx = crypto_shash_ctx(desc->tfm); in ghash_init() argument44 struct ghash_ctx *ctx = crypto_shash_ctx(tfm); in ghash_setkey()132 .cra_ctxsize = sizeof(struct ghash_ctx),
37 struct ghash_ctx { struct58 struct ghash_ctx *ctx = crypto_shash_ctx(tfm); in ghash_setkey() argument84 struct ghash_ctx *ctx = crypto_shash_ctx(desc->tfm); in ghash_update()116 static void ghash_flush(struct ghash_ctx *ctx, struct ghash_desc_ctx *dctx) in ghash_flush()137 struct ghash_ctx *ctx = crypto_shash_ctx(desc->tfm); in ghash_final()159 .cra_ctxsize = sizeof(struct ghash_ctx),
15 struct ghash_ctx { struct