Home
last modified time | relevance | path

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

/linux-4.1.27/crypto/
Dghash-generic.c84 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()
Dgf128mul.c446 void gf128mul_4k_lle(be128 *a, struct gf128mul_4k *t) in gf128mul_4k_lle() function
459 EXPORT_SYMBOL(gf128mul_4k_lle);
/linux-4.1.27/include/crypto/
Dgf128mul.h175 void gf128mul_4k_lle(be128 *a, struct gf128mul_4k *t);