Searched refs:point_get_affine_coordinates (Results 1 – 3 of 3) sorted by relevance
| /freebsd/crypto/openssl/crypto/ec/ |
| H A D | ecp_s390x_nistp.c | 101 if (group->meth->point_get_affine_coordinates(group, point_ptr, in ec_GFp_s390x_nistp_mul() 286 if (group->meth->point_get_affine_coordinates(group, pubkey, in ecdsa_s390x_nistp_verify_sig()
|
| H A D | ec_lib.c | 907 if (group->meth->point_get_affine_coordinates == NULL) { in EC_POINT_get_affine_coordinates() 919 return group->meth->point_get_affine_coordinates(group, point, x, y, ctx); in EC_POINT_get_affine_coordinates()
|
| H A D | ec_local.h | 86 int (*point_get_affine_coordinates)(const EC_GROUP *, const EC_POINT *, member
|