Home
last modified time | relevance | path

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

/src/crypto/openssl/test/
H A Dectest.c1294 EC_POINT *G = NULL, *P = NULL, *Q = NULL, *Q_CHECK = NULL; in nistp_single_test() local
1319 || !TEST_ptr(Q_CHECK = EC_POINT_new(NISTP)) in nistp_single_test()
1327 || !TEST_false(EC_POINT_set_affine_coordinates(NISTP, Q_CHECK, x, in nistp_single_test()
1329 || !TEST_true(EC_POINT_set_affine_coordinates(NISTP, Q_CHECK, x, y, in nistp_single_test()
1344 if (!TEST_int_eq(0, EC_POINT_cmp(NISTP, Q, Q_CHECK, ctx))) in nistp_single_test()
1348 if (!TEST_int_eq(0, EC_POINT_cmp(NISTP, Q, Q_CHECK, ctx)) in nistp_single_test()
1360 if (!TEST_int_eq(0, EC_POINT_cmp(NISTP, Q, Q_CHECK, ctx))) in nistp_single_test()
1364 if (!TEST_int_eq(0, EC_POINT_cmp(NISTP, Q, Q_CHECK, ctx)) in nistp_single_test()
1376 if (!TEST_int_eq(0, EC_POINT_cmp(NISTP, Q, Q_CHECK, ctx))) in nistp_single_test()
1380 if (!TEST_int_eq(0, EC_POINT_cmp(NISTP, Q, Q_CHECK, ctx)) in nistp_single_test()
[all …]