Home
last modified time | relevance | path

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

/freebsd/crypto/libecc/src/examples/basic/
H A Dcurve_ecdh.c96 const char *x_str; in ECDH_helper() local
117 x_str = " x_Alice"; in ECDH_helper()
125 x_str = " x_Bob "; in ECDH_helper()
213 fp_print(x_str, x); in ECDH_helper()
/freebsd/contrib/wpa/src/crypto/
H A Dcrypto_openssl.c2605 char *x_str = NULL, *y_str = NULL; in crypto_ec_point_debug_print() local
2614 x_str = BN_bn2hex(x); in crypto_ec_point_debug_print()
2616 if (!x_str || !y_str) in crypto_ec_point_debug_print()
2619 wpa_printf(MSG_DEBUG, "%s (%s,%s)", title, x_str, y_str); in crypto_ec_point_debug_print()
2622 OPENSSL_free(x_str); in crypto_ec_point_debug_print()