Lines Matching refs:EC_POINT_mul

59         || !TEST_true(EC_POINT_mul(group, Q, order, NULL, NULL, ctx))  in group_order_tests()
64 || !TEST_true(EC_POINT_mul(group, Q, order, NULL, NULL, ctx)) in group_order_tests()
68 || !TEST_true(EC_POINT_mul(group, Q, n1, NULL, NULL, ctx)) in group_order_tests()
71 || !TEST_true(EC_POINT_mul(group, Q, n1, NULL, NULL, ctx)) in group_order_tests()
87 || !TEST_true(EC_POINT_mul(group, P, n1, NULL, NULL, ctx)) in group_order_tests()
92 || !TEST_true(EC_POINT_mul(group, Q, NULL, P, n1, ctx)) in group_order_tests()
97 || !TEST_true(EC_POINT_mul(group, Q, NULL, P, n2, ctx)) in group_order_tests()
102 || !TEST_true(EC_POINT_mul(group, Q, NULL, P, n2, ctx)) in group_order_tests()
108 if (!TEST_true(EC_POINT_mul(group, Q, NULL, P, n2, ctx)) in group_order_tests()
1368 EC_POINT_mul(NISTP, Q, n, NULL, NULL, ctx); in nistp_single_test()
1372 EC_POINT_mul(NISTP, Q, NULL, G, n, ctx); in nistp_single_test()
1384 EC_POINT_mul(NISTP, Q, m, NULL, NULL, ctx); in nistp_single_test()
1388 EC_POINT_mul(NISTP, Q, NULL, P, m, ctx); in nistp_single_test()
1400 EC_POINT_mul(NISTP, Q, m, NULL, NULL, ctx); in nistp_single_test()
1404 EC_POINT_mul(NISTP, Q, NULL, P, m, ctx); in nistp_single_test()
1411 EC_POINT_mul(NISTP, Q, n, NULL, NULL, ctx); in nistp_single_test()
1415 EC_POINT_mul(NISTP, Q, NULL, G, n, ctx); in nistp_single_test()
1424 || !TEST_true(EC_POINT_mul(NISTP, Q, m, P, n, ctx)) in nistp_single_test()
2756 || !TEST_true(EC_POINT_mul(group, Q1, k, NULL, NULL, ctx)) in custom_generator_test()
2774 || !TEST_true(EC_POINT_mul(group, Q2, k, NULL, NULL, ctx)) in custom_generator_test()
2911 || !TEST_true(EC_POINT_mul(group, Q1, k, NULL, NULL, ctx)) in custom_params_test()
2922 || !TEST_true(EC_POINT_mul(altgroup, Q2, k, NULL, NULL, ctx)) in custom_params_test()
2954 if (!TEST_true(EC_POINT_mul(group, Q1, priv1, NULL, NULL, ctx)) in custom_params_test()