Home | History | Annotate | Download | only in jsse

Lines Matching refs:point1

2385         long group1 = NULL, group2 = NULL, point1 = NULL, point2 = NULL, key1 = NULL;
2419 point1 = NativeCrypto.EC_GROUP_get_generator(group2);
2420 assertTrue(NativeCrypto.EC_POINT_cmp(group1, point1, point2));
2465 if (point1 != NULL) {
2466 NativeCrypto.EC_POINT_clear_free(point1);