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

/linux-4.4.14/crypto/
H A Dghash-generic.c27 struct gf128mul_4k *gf128; member in struct:ghash_ctx
54 if (ctx->gf128) ghash_setkey()
55 gf128mul_free_4k(ctx->gf128); ghash_setkey()
56 ctx->gf128 = gf128mul_init_4k_lle((be128 *)key); ghash_setkey()
57 if (!ctx->gf128) ghash_setkey()
70 if (!ctx->gf128) ghash_update()
84 gf128mul_4k_lle((be128 *)dst, ctx->gf128); ghash_update()
89 gf128mul_4k_lle((be128 *)dst, ctx->gf128); ghash_update()
113 gf128mul_4k_lle((be128 *)dst, ctx->gf128); ghash_flush()
125 if (!ctx->gf128) ghash_final()
137 if (ctx->gf128) ghash_exit_tfm()
138 gf128mul_free_4k(ctx->gf128); ghash_exit_tfm()

Completed in 58 milliseconds