Searched refs:gf128mul_4k_lle (Results 1 - 7 of 7) sorted by relevance
/kernel/linux/linux-5.10/crypto/ |
H A D | ghash-generic.c | 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()
|
H A D | gf128mul.c | 385 void gf128mul_4k_lle(be128 *a, const struct gf128mul_4k *t) in gf128mul_4k_lle() function 398 EXPORT_SYMBOL(gf128mul_4k_lle); variable
|
/kernel/linux/linux-6.6/crypto/ |
H A D | ghash-generic.c | 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()
|
H A D | polyval-generic.c | 172 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()
|
/kernel/linux/linux-5.10/include/crypto/ |
H A D | gf128mul.h | 228 void gf128mul_4k_lle(be128 *a, const struct gf128mul_4k *t);
|
/kernel/linux/linux-6.6/include/crypto/ |
H A D | gf128mul.h | 228 void gf128mul_4k_lle(be128 *a, const struct gf128mul_4k *t);
|
/kernel/linux/linux-6.6/lib/crypto/ |
H A D | gf128mul.c | 405 void gf128mul_4k_lle(be128 *a, const struct gf128mul_4k *t) in gf128mul_4k_lle() function 418 EXPORT_SYMBOL(gf128mul_4k_lle); variable
|
Completed in 4 milliseconds