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

  /external/conscrypt/src/main/java/org/conscrypt/
NativeCrypto.java 213 public static native long EVP_PKEY_new_EC_KEY(long groupRef, long pubkeyRef, byte[] privkey);
219 public static native long EC_GROUP_dup(long groupRef);
221 public static native void EC_GROUP_set_asn1_flag(long groupRef, int flag);
223 public static native void EC_GROUP_set_point_conversion_form(long groupRef, int form);
225 public static native String EC_GROUP_get_curve_name(long groupRef);
227 public static native byte[][] EC_GROUP_get_curve(long groupRef);
245 public static native long EC_POINT_new(long groupRef);
249 public static native boolean EC_POINT_cmp(long groupRef, long pointRef1, long pointRef2);
256 public static native long EC_KEY_generate_key(long groupRef);
    [all...]
  /external/conscrypt/src/main/native/
org_conscrypt_NativeCrypto.cpp     [all...]
  /external/conscrypt/src/test/java/org/conscrypt/
NativeCryptoTest.java     [all...]

Completed in 162 milliseconds