Home
last modified time | relevance | path

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

/external/openssl/crypto/ecdh/
Decdhtest.c128 *x_b=NULL, *y_b=NULL; in test_ecdh_curve() local
143 if ((x_b=BN_new()) == NULL) goto err; in test_ecdh_curve()
184 EC_KEY_get0_public_key(b), x_b, y_b, ctx)) goto err; in test_ecdh_curve()
189 EC_KEY_get0_public_key(b), x_b, y_b, ctx)) goto err; in test_ecdh_curve()
196 BN_print(out,x_b); in test_ecdh_curve()
256 BN_print(out, x_b); in test_ecdh_curve()
292 if (x_b) BN_free(x_b); in test_ecdh_curve()