Searched defs:engineRef (Results 1 – 2 of 2) sorted by relevance
/external/conscrypt/src/main/java/org/conscrypt/ |
D | NativeCrypto.java | 74 public static native String ENGINE_get_id(long engineRef); in ENGINE_get_id() 76 public static native int ENGINE_ctrl_cmd_string(long engineRef, String cmd, String arg, in ENGINE_ctrl_cmd_string()
|
/external/conscrypt/src/main/native/ |
D | org_conscrypt_NativeCrypto.cpp | 2348 static jint NativeCrypto_ENGINE_add(JNIEnv* env, jclass, jlong engineRef) { 2375 static jint NativeCrypto_ENGINE_init(JNIEnv* env, jclass, jlong engineRef) { 2395 static jint NativeCrypto_ENGINE_finish(JNIEnv* env, jclass, jlong engineRef) { 2415 static jint NativeCrypto_ENGINE_free(JNIEnv* env, jclass, jlong engineRef) { 2441 static jlong NativeCrypto_ENGINE_load_private_key(JNIEnv* env, jclass, jlong engineRef, 2478 static jstring NativeCrypto_ENGINE_get_id(JNIEnv* env, jclass, jlong engineRef) 2504 static jint NativeCrypto_ENGINE_ctrl_cmd_string(JNIEnv* env, jclass, jlong engineRef,
|