Searched refs:point_get_affine_coordinates (Results 1 – 3 of 3) sorted by relevance
| /crypto/ec/ |
| A D | ecp_s390x_nistp.c | 99 if (group->meth->point_get_affine_coordinates(group, point_ptr, in ec_GFp_s390x_nistp_mul() 273 if (group->meth->point_get_affine_coordinates(group, pubkey, in ecdsa_s390x_nistp_verify_sig()
|
| A D | ec_lib.c | 908 if (group->meth->point_get_affine_coordinates == NULL) { in EC_POINT_get_affine_coordinates() 920 return group->meth->point_get_affine_coordinates(group, point, x, y, ctx); in EC_POINT_get_affine_coordinates()
|
| A D | ec_local.h | 86 int (*point_get_affine_coordinates) (const EC_GROUP *, const EC_POINT *, member
|
Completed in 16 milliseconds