Searched refs:Pinf (Results 1 – 1 of 1) sorted by relevance
2792 EC_POINT *Q = NULL, *Pinf = NULL; in ec_point_hex2point_test_helper() local2797 if (!TEST_ptr(Pinf = EC_POINT_new(group)) in ec_point_hex2point_test_helper()2798 || !TEST_true(EC_POINT_set_to_infinity(group, Pinf))) in ec_point_hex2point_test_helper()2800 P = Pinf; in ec_point_hex2point_test_helper()2814 if (Pinf != NULL in ec_point_hex2point_test_helper()2821 EC_POINT_free(Pinf); in ec_point_hex2point_test_helper()