Home
last modified time | relevance | path

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

/crypto/
Dghash-generic.c27 struct gf128mul_4k *gf128; member
54 if (ctx->gf128) in ghash_setkey()
55 gf128mul_free_4k(ctx->gf128); in ghash_setkey()
56 ctx->gf128 = gf128mul_init_4k_lle((be128 *)key); in ghash_setkey()
57 if (!ctx->gf128) in ghash_setkey()
70 if (!ctx->gf128) in ghash_update()
84 gf128mul_4k_lle((be128 *)dst, ctx->gf128); in ghash_update()
89 gf128mul_4k_lle((be128 *)dst, ctx->gf128); in ghash_update()
113 gf128mul_4k_lle((be128 *)dst, ctx->gf128); in ghash_flush()
125 if (!ctx->gf128) in ghash_final()
[all …]