Home
last modified time | relevance | path

Searched refs:EC_POINT_get_affine_coordinates_GF2m (Results 1 – 10 of 10) sorted by relevance

/external/openssl/crypto/ec/
Dec2_smpl.c488 if (!EC_POINT_get_affine_coordinates_GF2m(group, point, x, y, ctx)) goto err; in ec_GF2m_simple_point2oct()
720 if (!EC_POINT_get_affine_coordinates_GF2m(group, a, x0, y0, ctx)) goto err; in ec_GF2m_simple_add()
729 if (!EC_POINT_get_affine_coordinates_GF2m(group, b, x1, y1, ctx)) goto err; in ec_GF2m_simple_add()
892 if (!EC_POINT_get_affine_coordinates_GF2m(group, a, aX, aY, ctx)) goto err; in ec_GF2m_simple_cmp()
893 if (!EC_POINT_get_affine_coordinates_GF2m(group, b, bX, bY, ctx)) goto err; in ec_GF2m_simple_cmp()
925 if (!EC_POINT_get_affine_coordinates_GF2m(group, point, x, y, ctx)) goto err; in ec_GF2m_simple_make_affine()
Dectest.c771 if (!EC_POINT_get_affine_coordinates_GF2m(group, P, x, y, ctx)) ABORT; \
902 if (!EC_POINT_get_affine_coordinates_GF2m(group, Q, x, y, ctx)) ABORT; in char2_field_tests()
922 if (!EC_POINT_get_affine_coordinates_GF2m(group, P, x, y, ctx)) ABORT; in char2_field_tests()
Dec.h224 int EC_POINT_get_affine_coordinates_GF2m(const EC_GROUP *, const EC_POINT *,
Dec_lib.c894 int EC_POINT_get_affine_coordinates_GF2m(const EC_GROUP *group, const EC_POINT *point, in EC_POINT_get_affine_coordinates_GF2m() function
/external/openssl/include/openssl/
Dsymhacks.h224 #undef EC_POINT_get_affine_coordinates_GF2m
225 #define EC_POINT_get_affine_coordinates_GF2m EC_POINT_get_affine_coords_GF2m macro
Dec.h224 int EC_POINT_get_affine_coordinates_GF2m(const EC_GROUP *, const EC_POINT *,
/external/openssl/crypto/
Dsymhacks.h224 #undef EC_POINT_get_affine_coordinates_GF2m
225 #define EC_POINT_get_affine_coordinates_GF2m EC_POINT_get_affine_coords_GF2m macro
/external/openssl/crypto/ecdh/
Decdhtest.c163 if (!EC_POINT_get_affine_coordinates_GF2m(group, in test_ecdh_curve()
188 if (!EC_POINT_get_affine_coordinates_GF2m(group, in test_ecdh_curve()
Dech_ossl.c162 if (!EC_POINT_get_affine_coordinates_GF2m(group, tmp, x, y, ctx)) in ecdh_compute_key()
/external/openssl/crypto/ecdsa/
Decs_ossl.c164 if (!EC_POINT_get_affine_coordinates_GF2m(group, in ecdsa_sign_setup()
457 if (!EC_POINT_get_affine_coordinates_GF2m(group, in ecdsa_do_verify()