Searched refs:ghash_ctx (Results 1 – 2 of 2) sorted by relevance
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),
36 struct ghash_ctx { struct57 struct ghash_ctx *ctx = crypto_shash_ctx(tfm); in ghash_setkey() argument82 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),