Home
last modified time | relevance | path

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

/linux/crypto/
H A Dghash-generic.c96 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()
H A Dpolyval-generic.c172 gf128mul_4k_lle(&dctx->buffer128, ctx->gf128); in polyval_update()
178 gf128mul_4k_lle(&dctx->buffer128, ctx->gf128); in polyval_update()
199 gf128mul_4k_lle(&dctx->buffer128, ctx->gf128); in polyval_final()
/linux/include/crypto/
H A Dgf128mul.h228 void gf128mul_4k_lle(be128 *a, const struct gf128mul_4k *t);
/linux/lib/crypto/
H A Dgf128mul.c405 void gf128mul_4k_lle(be128 *a, const struct gf128mul_4k *t) in gf128mul_4k_lle() function
418 EXPORT_SYMBOL(gf128mul_4k_lle);