Searched refs:throwSSLExceptionStr (Results 1 – 1 of 1) sorted by relevance
/external/conscrypt/src/main/native/ |
D | org_conscrypt_NativeCrypto.cpp | 751 static int throwSSLExceptionStr(JNIEnv* env, const char* message) { in throwSSLExceptionStr() function 775 const char* message, int (*actualThrow)(JNIEnv*, const char*) = throwSSLExceptionStr) { in throwSSLExceptionWithSslErrors() 8196 throwSSLExceptionStr(env, "Unable to create application data"); 8782 throwSSLExceptionStr(env, "Failed to obtain identityHint bytes"); 9364 throwSSLExceptionStr(env, "Unable to retrieve application data"); 9480 throwSSLExceptionStr(env, "Unable to make socket non blocking"); 9488 throwSSLExceptionStr(env, "Unable to retrieve application data"); 9626 throwSSLExceptionStr(env, "Problem with SSL_renegotiate"); 9917 throwSSLExceptionStr(env, "Unable to retrieve application data"); 9928 throwSSLExceptionStr(env, "Unable to set callback state"); [all …]
|