Searched refs:have_pre_comp (Results 1 – 4 of 4) sorted by relevance
1420 int have_pre_comp = 0; in ossl_ec_GFp_nistp224_points_mul() local1461 have_pre_comp = 1; in ossl_ec_GFp_nistp224_points_mul()1553 if ((scalar != NULL) && (have_pre_comp)) { in ossl_ec_GFp_nistp224_points_mul()
1714 int have_pre_comp = 0; in ossl_ec_GFp_nistp384_points_mul() local1755 have_pre_comp = 1; in ossl_ec_GFp_nistp384_points_mul()1845 if (scalar != NULL && have_pre_comp) { in ossl_ec_GFp_nistp384_points_mul()
1923 int have_pre_comp = 0; in ossl_ec_GFp_nistp521_points_mul() local1964 have_pre_comp = 1; in ossl_ec_GFp_nistp521_points_mul()2059 if ((scalar != NULL) && (have_pre_comp)) { in ossl_ec_GFp_nistp521_points_mul()
2033 int have_pre_comp = 0; in ossl_ec_GFp_nistp256_points_mul() local2075 have_pre_comp = 1; in ossl_ec_GFp_nistp256_points_mul()2173 if ((scalar != NULL) && (have_pre_comp)) { in ossl_ec_GFp_nistp256_points_mul()
Completed in 50 milliseconds