Home
last modified time | relevance | path

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

/external/openssl/crypto/ecdh/
Decdhtest.c127 BIGNUM *x_a=NULL, *y_a=NULL, in test_ecdh_curve() local
142 if ((y_a=BN_new()) == NULL) goto err; in test_ecdh_curve()
159 EC_KEY_get0_public_key(a), x_a, y_a, ctx)) goto err; in test_ecdh_curve()
164 EC_KEY_get0_public_key(a), x_a, y_a, ctx)) goto err; in test_ecdh_curve()
172 BN_print(out,y_a); in test_ecdh_curve()
250 BN_print(out, y_a); in test_ecdh_curve()
291 if (y_a) BN_free(y_a); in test_ecdh_curve()