Searched refs:y_str (Results 1 – 1 of 1) sorted by relevance
151 char *x_str = NULL, *y_str = NULL; in dpp_debug_print_point() local164 y_str = BN_bn2hex(y); in dpp_debug_print_point()165 if (!x_str || !y_str) in dpp_debug_print_point()168 wpa_printf(MSG_DEBUG, "%s (%s,%s)", title, x_str, y_str); in dpp_debug_print_point()172 OPENSSL_free(y_str); in dpp_debug_print_point()