Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/crypto/
H A Dghash-generic.c64 if (ctx->gf128) in ghash_setkey()
65 gf128mul_free_4k(ctx->gf128); in ghash_setkey()
69 ctx->gf128 = gf128mul_init_4k_lle(&k); in ghash_setkey()
72 if (!ctx->gf128) in ghash_setkey()
96 gf128mul_4k_lle((be128 *)dst, ctx->gf128); in ghash_update()
101 gf128mul_4k_lle((be128 *)dst, ctx->gf128); in ghash_update()
125 gf128mul_4k_lle((be128 *)dst, ctx->gf128); in ghash_flush()
146 if (ctx->gf128) in ghash_exit_tfm()
147 gf128mul_free_4k(ctx->gf128); in ghash_exit_tfm()
/OK3568_Linux_fs/kernel/include/crypto/
H A Dghash.h16 struct gf128mul_4k *gf128; member