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

/external/chromium_org/third_party/openssl/openssl/crypto/ecdh/
H A Dech_ossl.c163 if (!EC_POINT_get_affine_coordinates_GF2m(group, tmp, x, y, ctx))
H A Decdhtest.c164 if (!EC_POINT_get_affine_coordinates_GF2m(group,
191 if (!EC_POINT_get_affine_coordinates_GF2m(group,
/external/openssl/crypto/ecdh/
H A Dech_ossl.c163 if (!EC_POINT_get_affine_coordinates_GF2m(group, tmp, x, y, ctx))
H A Decdhtest.c164 if (!EC_POINT_get_affine_coordinates_GF2m(group,
191 if (!EC_POINT_get_affine_coordinates_GF2m(group,
/external/chromium_org/third_party/openssl/openssl/crypto/ec/
H A Dec2_smpl.c463 if (!EC_POINT_get_affine_coordinates_GF2m(group, a, x0, y0, ctx)) goto err;
472 if (!EC_POINT_get_affine_coordinates_GF2m(group, b, x1, y1, ctx)) goto err;
638 if (!EC_POINT_get_affine_coordinates_GF2m(group, a, aX, aY, ctx)) goto err;
639 if (!EC_POINT_get_affine_coordinates_GF2m(group, b, bX, bY, ctx)) goto err;
671 if (!EC_POINT_get_affine_coordinates_GF2m(group, point, x, y, ctx)) goto err;
H A Dec2_oct.c225 if (!EC_POINT_get_affine_coordinates_GF2m(group, point, x, y, ctx)) goto err;
H A Dec_key.c418 if (!EC_POINT_get_affine_coordinates_GF2m(key->group, point,
H A Dectest.c742 if (!EC_POINT_get_affine_coordinates_GF2m(group, P, x, y, ctx)) ABORT; \
865 if (!EC_POINT_get_affine_coordinates_GF2m(group, Q, x, y, ctx)) ABORT;
885 if (!EC_POINT_get_affine_coordinates_GF2m(group, P, x, y, ctx)) ABORT;
H A Dec.h524 int EC_POINT_get_affine_coordinates_GF2m(const EC_GROUP *group,
H A Dec_lib.c894 int EC_POINT_get_affine_coordinates_GF2m(const EC_GROUP *group, const EC_POINT *point, function
/external/openssl/crypto/ec/
H A Dec2_smpl.c463 if (!EC_POINT_get_affine_coordinates_GF2m(group, a, x0, y0, ctx)) goto err;
472 if (!EC_POINT_get_affine_coordinates_GF2m(group, b, x1, y1, ctx)) goto err;
638 if (!EC_POINT_get_affine_coordinates_GF2m(group, a, aX, aY, ctx)) goto err;
639 if (!EC_POINT_get_affine_coordinates_GF2m(group, b, bX, bY, ctx)) goto err;
671 if (!EC_POINT_get_affine_coordinates_GF2m(group, point, x, y, ctx)) goto err;
H A Dec2_oct.c225 if (!EC_POINT_get_affine_coordinates_GF2m(group, point, x, y, ctx)) goto err;
H A Dec_key.c420 if (!EC_POINT_get_affine_coordinates_GF2m(key->group, point,
H A Dectest.c742 if (!EC_POINT_get_affine_coordinates_GF2m(group, P, x, y, ctx)) ABORT; \
865 if (!EC_POINT_get_affine_coordinates_GF2m(group, Q, x, y, ctx)) ABORT;
885 if (!EC_POINT_get_affine_coordinates_GF2m(group, P, x, y, ctx)) ABORT;
H A Dec.h524 int EC_POINT_get_affine_coordinates_GF2m(const EC_GROUP *group,
H A Dec_lib.c894 int EC_POINT_get_affine_coordinates_GF2m(const EC_GROUP *group, const EC_POINT *point, function
/external/chromium_org/third_party/openssl/openssl/crypto/ecdsa/
H A Decs_ossl.c173 if (!EC_POINT_get_affine_coordinates_GF2m(group,
462 if (!EC_POINT_get_affine_coordinates_GF2m(group,
/external/chromium_org/third_party/openssl/openssl/crypto/
H A Dsymhacks.h277 #undef EC_POINT_get_affine_coordinates_GF2m macro
278 #define EC_POINT_get_affine_coordinates_GF2m EC_POINT_get_affine_coords_GF2m macro
/external/chromium_org/third_party/openssl/openssl/include/openssl/
H A Dsymhacks.h277 #undef EC_POINT_get_affine_coordinates_GF2m macro
278 #define EC_POINT_get_affine_coordinates_GF2m EC_POINT_get_affine_coords_GF2m macro
H A Dec.h524 int EC_POINT_get_affine_coordinates_GF2m(const EC_GROUP *group,
/external/openssl/crypto/
H A Dsymhacks.h283 #undef EC_POINT_get_affine_coordinates_GF2m macro
284 #define EC_POINT_get_affine_coordinates_GF2m EC_POINT_get_affine_coords_GF2m macro
/external/openssl/include/openssl/
H A Dsymhacks.h283 #undef EC_POINT_get_affine_coordinates_GF2m macro
284 #define EC_POINT_get_affine_coordinates_GF2m EC_POINT_get_affine_coords_GF2m macro
H A Dec.h524 int EC_POINT_get_affine_coordinates_GF2m(const EC_GROUP *group,
/external/openssl/crypto/ecdsa/
H A Decs_ossl.c193 if (!EC_POINT_get_affine_coordinates_GF2m(group,
482 if (!EC_POINT_get_affine_coordinates_GF2m(group,
/external/conscrypt/src/main/native/
H A Dorg_conscrypt_NativeCrypto.cpp3633 ret = EC_POINT_get_affine_coordinates_GF2m(group, point, x.get(), y.get(), NULL);

Completed in 218 milliseconds