HomeSort by relevance Sort by last modified time
    Searched refs:pointCtx (Results 1 - 2 of 2) sorted by null

  /external/conscrypt/src/main/java/org/conscrypt/
OpenSSLECPointContext.java 24 private final long pointCtx;
26 OpenSSLECPointContext(OpenSSLECGroupContext group, long pointCtx) {
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...]
NativeCrypto.java 233 public static native void EC_GROUP_set_generator(long groupCtx, long pointCtx, byte[] n, byte[] h);
251 public static native byte[][] EC_POINT_get_affine_coordinates(long groupCtx, long pointCtx);
253 public static native void EC_POINT_set_affine_coordinates(long groupCtx, long pointCtx, byte[] x,
    [all...]

Completed in 109 milliseconds