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

  /external/conscrypt/src/main/java/org/conscrypt/
OpenSSLECGroupContext.java 49 NativeRef.EC_GROUP groupRef = new NativeRef.EC_GROUP(ctx);
51 NativeCrypto.EC_GROUP_set_point_conversion_form(groupRef,
53 NativeCrypto.EC_GROUP_set_asn1_flag(groupRef, NativeConstants.OPENSSL_EC_NAMED_CURVE);
55 return new OpenSSLECGroupContext(groupRef);
156 NativeRef.EC_GROUP groupRef = new NativeRef.EC_GROUP(group);
157 NativeCrypto.EC_GROUP_set_point_conversion_form(groupRef,
160 return new OpenSSLECGroupContext(groupRef);
NativeCrypto.java 159 public static native long EVP_PKEY_new_EC_KEY(NativeRef.EC_GROUP groupRef,
167 public static native void EC_GROUP_set_asn1_flag(NativeRef.EC_GROUP groupRef, int flag);
169 public static native void EC_GROUP_set_point_conversion_form(NativeRef.EC_GROUP groupRef,
172 public static native String EC_GROUP_get_curve_name(NativeRef.EC_GROUP groupRef);
174 public static native byte[][] EC_GROUP_get_curve(NativeRef.EC_GROUP groupRef);
176 public static native void EC_GROUP_clear_free(long groupRef);
178 public static native long EC_GROUP_get_generator(NativeRef.EC_GROUP groupRef);
180 public static native int get_EC_GROUP_type(NativeRef.EC_GROUP groupRef);
182 public static native byte[] EC_GROUP_get_order(NativeRef.EC_GROUP groupRef);
184 public static native int EC_GROUP_get_degree(NativeRef.EC_GROUP groupRef);
    [all...]
  /external/conscrypt/src/main/native/
org_conscrypt_NativeCrypto.cpp     [all...]
  /external/conscrypt/src/test/java/org/conscrypt/
NativeCryptoTest.java     [all...]
  /prebuilts/sdk/tools/lib/
signapk.jar 

Completed in 345 milliseconds