Searched refs:throwSSLExceptionWithSslErrors (Results 1 – 3 of 3) sorted by relevance
/external/conscrypt/common/src/jni/main/include/conscrypt/ |
D | jniutil.h | 269 extern int throwSSLExceptionWithSslErrors(JNIEnv* env, SSL* ssl, int sslErrorCode,
|
/external/conscrypt/common/src/jni/main/cpp/conscrypt/ |
D | native_crypto.cc | 6631 conscrypt::jniutil::throwSSLExceptionWithSslErrors(env, nullptr, SSL_ERROR_NONE, in NativeCrypto_SSL_new() 6667 conscrypt::jniutil::throwSSLExceptionWithSslErrors(env, ssl, SSL_ERROR_NONE, in NativeCrypto_SSL_enable_tls_channel_id() 6702 conscrypt::jniutil::throwSSLExceptionWithSslErrors(env, ssl, SSL_ERROR_NONE, in NativeCrypto_SSL_get_tls_channel_id() 6732 conscrypt::jniutil::throwSSLExceptionWithSslErrors( in NativeCrypto_SSL_set1_tls_channel_id() 6792 conscrypt::jniutil::throwSSLExceptionWithSslErrors(env, ssl, SSL_ERROR_NONE, in NativeCrypto_setLocalCertsAndPrivateKey() 7167 conscrypt::jniutil::throwSSLExceptionWithSslErrors(env, ssl, sslErrorCode, in NativeCrypto_SSL_use_psk_identity_hint() 7380 conscrypt::jniutil::throwSSLExceptionWithSslErrors(env, ssl, sslErrorCode, in NativeCrypto_SSL_set_session() 7450 conscrypt::jniutil::throwSSLExceptionWithSslErrors(env, ssl, SSL_ERROR_NONE, in NativeCrypto_SSL_set_tlsext_host_name() 7696 conscrypt::jniutil::throwSSLExceptionWithSslErrors(env, ssl, SSL_ERROR_NONE, in NativeCrypto_SSL_do_handshake() 7770 conscrypt::jniutil::throwSSLExceptionWithSslErrors( in NativeCrypto_SSL_do_handshake() [all …]
|
D | jniutil.cc | 409 int throwSSLExceptionWithSslErrors(JNIEnv* env, SSL* ssl, int sslErrorCode, const char* message, in throwSSLExceptionWithSslErrors() function
|