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

  /external/conscrypt/common/src/main/java/org/conscrypt/
OpenSSLECGroupContext.java 49 NativeRef.EC_GROUP groupRef = new NativeRef.EC_GROUP(ctx);
51 return new OpenSSLECGroupContext(groupRef);
152 NativeRef.EC_GROUP groupRef = new NativeRef.EC_GROUP(group);
154 return new OpenSSLECGroupContext(groupRef);
NativeCrypto.java 153 NativeRef.EC_GROUP groupRef, NativeRef.EC_POINT pubkeyRef, byte[] privkey);
160 static native String EC_GROUP_get_curve_name(NativeRef.EC_GROUP groupRef);
162 static native byte[][] EC_GROUP_get_curve(NativeRef.EC_GROUP groupRef);
164 static native void EC_GROUP_clear_free(long groupRef);
166 static native long EC_GROUP_get_generator(NativeRef.EC_GROUP groupRef);
168 static native byte[] EC_GROUP_get_order(NativeRef.EC_GROUP groupRef);
170 static native int EC_GROUP_get_degree(NativeRef.EC_GROUP groupRef);
172 static native byte[] EC_GROUP_get_cofactor(NativeRef.EC_GROUP groupRef);
174 static native long EC_POINT_new(NativeRef.EC_GROUP groupRef);
179 NativeRef.EC_GROUP groupRef, NativeRef.EC_POINT pointRef)
    [all...]
  /external/conscrypt/common/src/jni/main/cpp/conscrypt/
native_crypto.cc 942 static jlong NativeCrypto_EVP_PKEY_new_EC_KEY(JNIEnv* env, jclass, jobject groupRef,
945 JNI_TRACE("EVP_PKEY_new_EC_KEY(%p, %p, %p)", groupRef, pubkeyRef, keyJavaBytes)
    [all...]
  /external/conscrypt/openjdk/src/test/java/org/conscrypt/
NativeCryptoTest.java     [all...]
  /prebuilts/misc/common/robolectric/android-all/
android-all-8.0.0_r4-robolectric-r1.jar 
android-all-8.1.0-robolectric-r4458339.jar 
  /prebuilts/sdk/tools/lib/
signapk.jar 

Completed in 186 milliseconds