Searched defs:JNIEnv (Results 1 – 1 of 1) sorted by relevance
/external/conscrypt/src/main/native/ |
D | org_conscrypt_NativeCrypto.cpp | 514 int (*defaultThrow)(JNIEnv*, const char*)) { in throwForAsn1Error() 542 int (*defaultThrow)(JNIEnv*, const char*)) { in throwForCipherError() 561 int (*defaultThrow)(JNIEnv*, const char*)) { in throwForEvpError() 589 int (*defaultThrow)(JNIEnv*, const char*)) { in throwForEvpError() 621 int (*defaultThrow)(JNIEnv*, const char*)) { in throwForRsaError() 652 int (*defaultThrow)(JNIEnv*, const char*)) { in throwForX509Error() 670 int (*defaultThrow)(JNIEnv*, const char*) = jniThrowRuntimeException) { in throwExceptionIfNecessary() 761 const char* message, int (*actualThrow)(JNIEnv*, const char*) = throwSSLExceptionStr) { in throwSSLExceptionWithSslErrors() 2300 static jboolean NativeCrypto_clinit(JNIEnv*, jclass) argument 2314 static void NativeCrypto_ENGINE_load_dynamic(JNIEnv*, jclass) { argument [all …]
|