Searched refs:Pinf (Results 1 – 1 of 1) sorted by relevance
2303 EC_POINT *Q = NULL, *Pinf = NULL; in ec_point_hex2point_test_helper() local2308 if (!TEST_ptr(Pinf = EC_POINT_new(group)) in ec_point_hex2point_test_helper()2309 || !TEST_true(EC_POINT_set_to_infinity(group, Pinf))) in ec_point_hex2point_test_helper()2311 P = Pinf; in ec_point_hex2point_test_helper()2325 if (Pinf != NULL in ec_point_hex2point_test_helper()2332 EC_POINT_free(Pinf); in ec_point_hex2point_test_helper()