Home
last modified time | relevance | path

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

/Linux-v5.4/crypto/
Dghash-generic.c66 if (ctx->gf128) in ghash_setkey()
67 gf128mul_free_4k(ctx->gf128); in ghash_setkey()
71 ctx->gf128 = gf128mul_init_4k_lle(&k); in ghash_setkey()
74 if (!ctx->gf128) in ghash_setkey()
98 gf128mul_4k_lle((be128 *)dst, ctx->gf128); in ghash_update()
103 gf128mul_4k_lle((be128 *)dst, ctx->gf128); in ghash_update()
127 gf128mul_4k_lle((be128 *)dst, ctx->gf128); in ghash_flush()
148 if (ctx->gf128) in ghash_exit_tfm()
149 gf128mul_free_4k(ctx->gf128); in ghash_exit_tfm()
/Linux-v5.4/include/crypto/
Dghash.h16 struct gf128mul_4k *gf128; member