Home
last modified time | relevance | path

Searched defs:engineRef (Results 1 – 2 of 2) sorted by relevance

/external/conscrypt/src/main/java/org/conscrypt/
DNativeCrypto.java75 public static native String ENGINE_get_id(long engineRef); in ENGINE_get_id()
77 public static native int ENGINE_ctrl_cmd_string(long engineRef, String cmd, String arg, in ENGINE_ctrl_cmd_string()
/external/conscrypt/src/main/native/
Dorg_conscrypt_NativeCrypto.cpp2380 static jint NativeCrypto_ENGINE_add(JNIEnv* env, jclass, jlong engineRef) {
2407 static jint NativeCrypto_ENGINE_init(JNIEnv* env, jclass, jlong engineRef) {
2427 static jint NativeCrypto_ENGINE_finish(JNIEnv* env, jclass, jlong engineRef) {
2447 static jint NativeCrypto_ENGINE_free(JNIEnv* env, jclass, jlong engineRef) {
2473 static jlong NativeCrypto_ENGINE_load_private_key(JNIEnv* env, jclass, jlong engineRef,
2510 static jstring NativeCrypto_ENGINE_get_id(JNIEnv* env, jclass, jlong engineRef)
2536 static jint NativeCrypto_ENGINE_ctrl_cmd_string(JNIEnv* env, jclass, jlong engineRef,