Searched refs:x_b (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.c128 *x_b=NULL, *y_b=NULL; local
143 if ((x_b=BN_new()) == NULL) goto err;
184 EC_KEY_get0_public_key(b), x_b, y_b, ctx)) goto err;
189 EC_KEY_get0_public_key(b), x_b, y_b, ctx)) goto err;
196 BN_print(out,x_b);
256 BN_print(out, x_b);
292 if (x_b) BN_free(x_b);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/openssl-0.9.8e/crypto/ecdh/
H A Decdhtest.c128 *x_b=NULL, *y_b=NULL; local
143 if ((x_b=BN_new()) == NULL) goto err;
184 EC_KEY_get0_public_key(b), x_b, y_b, ctx)) goto err;
189 EC_KEY_get0_public_key(b), x_b, y_b, ctx)) goto err;
196 BN_print(out,x_b);
256 BN_print(out, x_b);
292 if (x_b) BN_free(x_b);
/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
144 if ((x_b = BN_new()) == NULL)
193 (group, EC_KEY_get0_public_key(b), x_b, y_b, ctx))
200 x_b, y_b, ctx))
209 BN_print(out, x_b);
268 BN_print(out, x_b);
304 if (x_b)
305 BN_free(x_b);
/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
144 if ((x_b = BN_new()) == NULL)
193 (group, EC_KEY_get0_public_key(b), x_b, y_b, ctx))
200 x_b, y_b, ctx))
209 BN_print(out, x_b);
268 BN_print(out, x_b);
304 if (x_b)
305 BN_free(x_b);

Completed in 287 milliseconds