Home
last modified time | relevance | path

Searched refs:registerNativeMethods (Results 1 – 3 of 3) sorted by relevance

/external/conscrypt/common/src/jni/main/include/conscrypt/
Dnative_crypto.h32 static void registerNativeMethods(JNIEnv* env);
/external/conscrypt/common/src/jni/main/cpp/conscrypt/
Djniload.cc43 NativeCrypto::registerNativeMethods(env); in libconscrypt_JNI_OnLoad()
Dnative_crypto.cc10212 void NativeCrypto::registerNativeMethods(JNIEnv* env) { in registerNativeMethods() function in NativeCrypto