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

/external/openssl/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;
165 EC_KEY_get0_public_key(a), x_a, y_a, ctx)) goto err;
172 BN_print(out,x_a);
252 BN_print(out, x_a);
294 if (x_a) BN_free(x_a);

Completed in 52 milliseconds