Home
last modified time | relevance | path

Searched refs:EC_POINT_get_affine_coordinates (Results 1 – 13 of 13) sorted by relevance

/dragonfly/crypto/libressl/crypto/ec/
H A Dec2_smpl.c487 if (!EC_POINT_get_affine_coordinates(group, a, x0, y0, ctx)) in ec_GF2m_simple_add()
496 if (!EC_POINT_get_affine_coordinates(group, b, x1, y1, ctx)) in ec_GF2m_simple_add()
688 if (!EC_POINT_get_affine_coordinates(group, a, aX, aY, ctx)) in ec_GF2m_simple_cmp()
690 if (!EC_POINT_get_affine_coordinates(group, b, bX, bY, ctx)) in ec_GF2m_simple_cmp()
724 if (!EC_POINT_get_affine_coordinates(group, point, x, y, ctx)) in ec_GF2m_simple_make_affine()
H A Dec_lib.c1024 EC_POINT_get_affine_coordinates(const EC_GROUP *group, const EC_POINT *point, in EC_POINT_get_affine_coordinates() function
1042 return EC_POINT_get_affine_coordinates(group, point, x, y, ctx); in EC_POINT_get_affine_coordinates_GFp()
1050 return EC_POINT_get_affine_coordinates(group, point, x, y, ctx); in EC_POINT_get_affine_coordinates_GF2m()
H A Dec2_oct.c228 if (!EC_POINT_get_affine_coordinates(group, point, x, y, ctx)) in ec_GF2m_simple_point2oct()
H A Decp_oct.c249 if (!EC_POINT_get_affine_coordinates(group, point, x, y, ctx)) in ec_GFp_simple_point2oct()
H A Dec_key.c406 if (!EC_POINT_get_affine_coordinates(key->group, point, tx, ty, ctx)) in EC_KEY_set_public_key_affine_coordinates()
H A Decp_smpl.c1212 if (!EC_POINT_get_affine_coordinates(group, point, x, y, ctx)) in ec_GFp_simple_make_affine()
/dragonfly/crypto/libressl/crypto/gost/
H A Dgostr341001.c210 if (EC_POINT_get_affine_coordinates(group, C, X, in gost2001_do_sign()
308 if (EC_POINT_get_affine_coordinates(group, C, X, NULL, ctx) == 0) { in gost2001_do_verify()
358 if (EC_POINT_get_affine_coordinates(group, pnt, X, Y, ctx) == 0) in VKO_compute_key()
H A Dgostr341001_ameth.c294 if (EC_POINT_get_affine_coordinates(GOST_KEY_get0_group(ec), in pub_encode_gost01()
356 if (EC_POINT_get_affine_coordinates(group, pubkey, X, Y, ctx) == 0) { in pub_print_gost01()
H A Dgostr341001_key.c207 if (EC_POINT_get_affine_coordinates(key->group, point, tx, ty, in GOST_KEY_set_public_key_affine_coordinates()
/dragonfly/crypto/libressl/crypto/ecdsa/
H A Decs_ossl.c213 if (!EC_POINT_get_affine_coordinates(group, point, X, NULL, in ecdsa_sign_setup()
517 if (!EC_POINT_get_affine_coordinates(group, point, X, NULL, ctx)) { in ecdsa_do_verify()
/dragonfly/crypto/libressl/crypto/ecdh/
H A Dech_key.c144 if (!EC_POINT_get_affine_coordinates(group, tmp, x, y, ctx)) { in ecdh_compute_key()
/dragonfly/crypto/libressl/include/openssl/
H A Dec.h460 int EC_POINT_get_affine_coordinates(const EC_GROUP *group, const EC_POINT *p,
/dragonfly/crypto/libressl/
H A DChangeLog496 EC_POINT_get_affine_coordinates