Home
last modified time | relevance | path

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

/minix3/crypto/external/bsd/openssl/dist/crypto/ecdh/
H A Decdhtest.c127 BIGNUM *x_a = NULL, *y_a = NULL, *x_b = NULL, *y_b = NULL; in test_ecdh_curve() local
146 if ((y_b = BN_new()) == NULL) in test_ecdh_curve()
193 (group, EC_KEY_get0_public_key(b), x_b, y_b, ctx)) in test_ecdh_curve()
200 x_b, y_b, ctx)) in test_ecdh_curve()
211 BN_print(out, y_b); in test_ecdh_curve()
270 BN_print(out, y_b); in test_ecdh_curve()
306 if (y_b) in test_ecdh_curve()
307 BN_free(y_b); in test_ecdh_curve()