Home | History | Annotate | Download | only in common

Lines Matching defs:x_str

307 	char *x_str = NULL, *y_str = NULL;
319 x_str = BN_bn2hex(x);
321 if (!x_str || !y_str)
324 wpa_printf(MSG_DEBUG, "%s (%s,%s)", title, x_str, y_str);
327 OPENSSL_free(x_str);