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

/libcore/crypto/src/main/java/org/conscrypt/
H A DOpenSSLECPointContext.java24 private final long pointCtx; field in class:OpenSSLECPointContext
26 OpenSSLECPointContext(OpenSSLECGroupContext group, long pointCtx) { argument
28 this.pointCtx = pointCtx;
34 if (pointCtx != 0) {
35 NativeCrypto.EC_POINT_clear_free(pointCtx);
53 return NativeCrypto.EC_POINT_cmp(group.getContext(), pointCtx, other.pointCtx);
58 group.getContext(), pointCtx);
71 return pointCtx;
[all...]
H A DNativeCrypto.java207 public static native void EC_GROUP_set_generator(long groupCtx, long pointCtx, byte[] n, byte[] h); argument
225 public static native byte[][] EC_POINT_get_affine_coordinates(long groupCtx, long pointCtx); argument
227 public static native void EC_POINT_set_affine_coordinates(long groupCtx, long pointCtx, byte[] x, argument

Completed in 79 milliseconds