Home
last modified time | relevance | path

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

/external/conscrypt/src/main/java/org/conscrypt/
DOpenSSLECPointContext.java24 private final long pointCtx; field in OpenSSLECPointContext
26 OpenSSLECPointContext(OpenSSLECGroupContext group, long pointCtx) { in OpenSSLECPointContext() argument
28 this.pointCtx = pointCtx; in OpenSSLECPointContext()
34 if (pointCtx != 0) { in finalize()
35 NativeCrypto.EC_POINT_clear_free(pointCtx); in finalize()
53 return NativeCrypto.EC_POINT_cmp(group.getContext(), pointCtx, other.pointCtx); in equals()
58 group.getContext(), pointCtx); in getECPoint()
71 return pointCtx; in getContext()
DNativeCrypto.java233 …public static native void EC_GROUP_set_generator(long groupCtx, long pointCtx, byte[] n, byte[] h); in EC_GROUP_set_generator() argument
251 public static native byte[][] EC_POINT_get_affine_coordinates(long groupCtx, long pointCtx); in EC_POINT_get_affine_coordinates() argument
253 … public static native void EC_POINT_set_affine_coordinates(long groupCtx, long pointCtx, byte[] x, in EC_POINT_set_affine_coordinates() argument