Home
last modified time | relevance | path

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

/freebsd/crypto/openssl/crypto/ec/
H A Decp_nistp224.c1405 int have_pre_comp = 0; in ossl_ec_GFp_nistp224_points_mul() local
1444 have_pre_comp = 1; in ossl_ec_GFp_nistp224_points_mul()
1533 if ((scalar != NULL) && (have_pre_comp)) { in ossl_ec_GFp_nistp224_points_mul()
H A Decp_nistp384.c1745 int have_pre_comp = 0; in ossl_ec_GFp_nistp384_points_mul() local
1784 have_pre_comp = 1; in ossl_ec_GFp_nistp384_points_mul()
1871 if (scalar != NULL && have_pre_comp) { in ossl_ec_GFp_nistp384_points_mul()
H A Decp_nistp521.c1839 int have_pre_comp = 0; in ossl_ec_GFp_nistp521_points_mul() local
1878 have_pre_comp = 1; in ossl_ec_GFp_nistp521_points_mul()
1970 if ((scalar != NULL) && (have_pre_comp)) { in ossl_ec_GFp_nistp521_points_mul()
H A Decp_nistp256.c2024 int have_pre_comp = 0; in ossl_ec_GFp_nistp256_points_mul() local
2064 have_pre_comp = 1; in ossl_ec_GFp_nistp256_points_mul()
2159 if ((scalar != NULL) && (have_pre_comp)) { in ossl_ec_GFp_nistp256_points_mul()