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

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/openssl-0.9.8e/test/
H A Decdhtest.c127 BIGNUM *x_a=NULL, *y_a=NULL, local
142 if ((y_a=BN_new()) == NULL) goto err;
159 EC_KEY_get0_public_key(a), x_a, y_a, ctx)) goto err;
164 EC_KEY_get0_public_key(a), x_a, y_a, ctx)) goto err;
172 BN_print(out,y_a);
250 BN_print(out, y_a);
291 if (y_a) BN_free(y_a);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/openssl-0.9.8e/crypto/ecdh/
H A Decdhtest.c127 BIGNUM *x_a=NULL, *y_a=NULL, local
142 if ((y_a=BN_new()) == NULL) goto err;
159 EC_KEY_get0_public_key(a), x_a, y_a, ctx)) goto err;
164 EC_KEY_get0_public_key(a), x_a, y_a, ctx)) goto err;
172 BN_print(out,y_a);
250 BN_print(out, y_a);
291 if (y_a) BN_free(y_a);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/openssl/crypto/ecdh/
H A Decdhtest.c127 BIGNUM *x_a = NULL, *y_a = NULL, *x_b = NULL, *y_b = NULL; local
142 if ((y_a = BN_new()) == NULL)
163 (group, EC_KEY_get0_public_key(a), x_a, y_a, ctx))
170 x_a, y_a, ctx))
180 BN_print(out, y_a);
262 BN_print(out, y_a);
302 if (y_a)
303 BN_free(y_a);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/openssl-1.0.2h/crypto/ecdh/
H A Decdhtest.c127 BIGNUM *x_a = NULL, *y_a = NULL, *x_b = NULL, *y_b = NULL; local
142 if ((y_a = BN_new()) == NULL)
163 (group, EC_KEY_get0_public_key(a), x_a, y_a, ctx))
170 x_a, y_a, ctx))
180 BN_print(out, y_a);
262 BN_print(out, y_a);
302 if (y_a)
303 BN_free(y_a);

Completed in 91 milliseconds