Searched refs:Q_CHECK (Results 1 – 1 of 1) sorted by relevance
/openssl/test/ |
H A D | ectest.c | 1319 EC_POINT *G = NULL, *P = NULL, *Q = NULL, *Q_CHECK = NULL; in nistp_single_test() local 1344 || !TEST_ptr(Q_CHECK = EC_POINT_new(NISTP)) in nistp_single_test() 1369 if (!TEST_int_eq(0, EC_POINT_cmp(NISTP, Q, Q_CHECK, ctx))) in nistp_single_test() 1373 if (!TEST_int_eq(0, EC_POINT_cmp(NISTP, Q, Q_CHECK, ctx)) in nistp_single_test() 1385 if (!TEST_int_eq(0, EC_POINT_cmp(NISTP, Q, Q_CHECK, ctx))) in nistp_single_test() 1389 if (!TEST_int_eq(0, EC_POINT_cmp(NISTP, Q, Q_CHECK, ctx)) in nistp_single_test() 1401 if (!TEST_int_eq(0, EC_POINT_cmp(NISTP, Q, Q_CHECK, ctx))) in nistp_single_test() 1405 if (!TEST_int_eq(0, EC_POINT_cmp(NISTP, Q, Q_CHECK, ctx)) in nistp_single_test() 1412 if (!TEST_int_eq(0, EC_POINT_cmp(NISTP, Q, Q_CHECK, ctx))) in nistp_single_test() 1416 if (!TEST_int_eq(0, EC_POINT_cmp(NISTP, Q, Q_CHECK, ctx))) in nistp_single_test() [all …]
|
Completed in 17 milliseconds