HomeSort by: relevance | last modified time | path
    Searched refs:g1_y (Results 1 - 3 of 3) sorted by relevancy

  /src/crypto/external/bsd/openssl.old/dist/test/
ectest.c 1982 BIGNUM *g1_p = NULL, *g1_a = NULL, *g1_b = NULL, *g1_x = NULL, *g1_y = NULL, local
2001 g1_y = BN_CTX_get(ctx);
2009 EC_GROUP_get0_generator(g1), g1_x, g1_y, ctx))
2015 || !TEST_true(EC_POINT_set_affine_coordinates(g2, g2_gen, g1_x, g1_y, ctx))
  /src/crypto/external/apache2/openssl/dist/test/
ectest.c 2651 BIGNUM *g1_p = NULL, *g1_a = NULL, *g1_b = NULL, *g1_x = NULL, *g1_y = NULL, local
2669 g1_y = BN_CTX_get(ctx);
2677 EC_GROUP_get0_generator(g1), g1_x, g1_y, ctx))
2688 || !TEST_true(EC_POINT_set_affine_coordinates(g2, g2_gen, g1_x, g1_y, ctx))
  /src/crypto/external/bsd/openssl/dist/test/
ectest.c 2160 BIGNUM *g1_p = NULL, *g1_a = NULL, *g1_b = NULL, *g1_x = NULL, *g1_y = NULL, local
2178 g1_y = BN_CTX_get(ctx);
2186 EC_GROUP_get0_generator(g1), g1_x, g1_y, ctx))
2199 || !TEST_true(EC_POINT_set_affine_coordinates(g2, g2_gen, g1_x, g1_y, ctx))

Completed in 29 milliseconds