Home
last modified time | relevance | path

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

/Linux-v4.19/crypto/
Dghash-generic.c43 if (ctx->gf128) in ghash_setkey()
44 gf128mul_free_4k(ctx->gf128); in ghash_setkey()
45 ctx->gf128 = gf128mul_init_4k_lle((be128 *)key); in ghash_setkey()
46 if (!ctx->gf128) in ghash_setkey()
70 gf128mul_4k_lle((be128 *)dst, ctx->gf128); in ghash_update()
75 gf128mul_4k_lle((be128 *)dst, ctx->gf128); in ghash_update()
99 gf128mul_4k_lle((be128 *)dst, ctx->gf128); in ghash_flush()
120 if (ctx->gf128) in ghash_exit_tfm()
121 gf128mul_free_4k(ctx->gf128); in ghash_exit_tfm()
/Linux-v4.19/include/crypto/
Dghash.h16 struct gf128mul_4k *gf128; member