Searched refs:preComputedTable (Results 1 – 1 of 1) sorted by relevance
793 PRECOMP256_ROW *preComputedTable = NULL; in ecp_nistz256_mult_precompute() local840 preComputedTable = (void *)ALIGNPTR(precomp_storage, 64); in ecp_nistz256_mult_precompute()871 ecp_nistz256_scatter_w7(preComputedTable[j], &temp, k); in ecp_nistz256_mult_precompute()883 pre_comp->precomp = preComputedTable; in ecp_nistz256_mult_precompute()989 ecp_nistz256_avx2_multi_gather_w7(point_arr, preComputedTable[0], in ecp_nistz256_avx2_mul_g()1060 preComputedTable[4 * i], in ecp_nistz256_avx2_mul_g()1089 preComputedTable[36], digit0); in ecp_nistz256_avx2_mul_g()1126 const PRECOMP256_ROW *preComputedTable = NULL; in ecp_nistz256_points_mul() local1187 preComputedTable = ecp_nistz256_precomputed; in ecp_nistz256_points_mul()1190 if (preComputedTable) { in ecp_nistz256_points_mul()[all …]