HomeSort by: relevance | last modified time | path
    Searched defs:x_b (Results 1 - 1 of 1) sorted by relevancy

  /src/tests/crypto/libcrypto/ecdh/
ecdhtest.c 127 BIGNUM *x_a = NULL, *y_a = NULL, *x_b = NULL, *y_b = NULL; local in function:test_ecdh_curve
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 11 milliseconds