Home
last modified time | relevance | path

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

/freebsd/crypto/openssl/crypto/ec/
H A Decp_s390x_nistp.c57 const EC_POINT *point_ptr = NULL; in ec_GFp_s390x_nistp_mul() local
86 point_ptr = EC_GROUP_get0_generator(group); in ec_GFp_s390x_nistp_mul()
89 point_ptr = points[0]; in ec_GFp_s390x_nistp_mul()
93 if (EC_POINT_is_at_infinity(group, point_ptr) == 1 in ec_GFp_s390x_nistp_mul()
101 if (group->meth->point_get_affine_coordinates(group, point_ptr, in ec_GFp_s390x_nistp_mul()