Home
last modified time | relevance | path

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

/freebsd/crypto/openssl/test/
H A Dectest.c2377 EC_POINT *Q = NULL, *Pinf = NULL; in ec_point_hex2point_test_helper() local
2382 if (!TEST_ptr(Pinf = EC_POINT_new(group)) in ec_point_hex2point_test_helper()
2383 || !TEST_true(EC_POINT_set_to_infinity(group, Pinf))) in ec_point_hex2point_test_helper()
2385 P = Pinf; in ec_point_hex2point_test_helper()
2399 if (Pinf != NULL in ec_point_hex2point_test_helper()
2406 EC_POINT_free(Pinf); in ec_point_hex2point_test_helper()