Home
last modified time | relevance | path

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

/linux-4.19.296/crypto/
Dghash-generic.c44 if (ctx->gf128) in ghash_setkey()
45 gf128mul_free_4k(ctx->gf128); in ghash_setkey()
49 ctx->gf128 = gf128mul_init_4k_lle(&k); in ghash_setkey()
52 if (!ctx->gf128) in ghash_setkey()
76 gf128mul_4k_lle((be128 *)dst, ctx->gf128); in ghash_update()
81 gf128mul_4k_lle((be128 *)dst, ctx->gf128); in ghash_update()
105 gf128mul_4k_lle((be128 *)dst, ctx->gf128); in ghash_flush()
126 if (ctx->gf128) in ghash_exit_tfm()
127 gf128mul_free_4k(ctx->gf128); in ghash_exit_tfm()
/linux-4.19.296/include/crypto/
Dghash.h16 struct gf128mul_4k *gf128; member