Home | History | Annotate | Download | only in conscrypt

Lines Matching defs:point1

2440         long group1 = NULL, group2 = NULL, point1 = NULL, point2 = NULL, key1 = NULL;
2474 point1 = NativeCrypto.EC_GROUP_get_generator(group2);
2475 assertTrue(NativeCrypto.EC_POINT_cmp(group1, point1, point2));
2520 if (point1 != NULL) {
2521 NativeCrypto.EC_POINT_clear_free(point1);