Searched refs:x_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
141 if ((x_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;
170 BN_print(out,x_a);
248 BN_print(out, x_a);
290 if (x_a) BN_free(x_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
141 if ((x_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;
170 BN_print(out,x_a);
248 BN_print(out, x_a);
290 if (x_a) BN_free(x_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
140 if ((x_a = BN_new()) == NULL)
163 (group, EC_KEY_get0_public_key(a), x_a, y_a, ctx))
170 x_a, y_a, ctx))
178 BN_print(out, x_a);
260 BN_print(out, x_a);
300 if (x_a)
301 BN_free(x_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
140 if ((x_a = BN_new()) == NULL)
163 (group, EC_KEY_get0_public_key(a), x_a, y_a, ctx))
170 x_a, y_a, ctx))
178 BN_print(out, x_a);
260 BN_print(out, x_a);
300 if (x_a)
301 BN_free(x_a);

Completed in 159 milliseconds