HomeSort by: relevance | last modified time | path
    Searched defs:x_a (Results 1 - 2 of 2) 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
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);
ecdhtest.c 127 BIGNUM *x_a = NULL, *y_a = NULL, *x_b = NULL, *y_b = NULL; local in function:test_ecdh_curve
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 23 milliseconds