Home | History | Annotate | Download | only in native

Lines Matching refs:point2

3945     const EC_POINT* point2 = fromContextObject<EC_POINT>(env, point2Ref);
3946 if (point2 == NULL) {
3949 JNI_TRACE("EC_POINT_cmp(%p, %p, %p) <- ptr", group, point1, point2);
3951 int ret = EC_POINT_cmp(group, point1, point2, (BN_CTX*)NULL);
3953 JNI_TRACE("ECP_GROUP_cmp(%p, %p) => %d", point1, point2, ret);