Home
last modified time | relevance | path

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

/external/conscrypt/common/src/jni/main/include/conscrypt/
Djniutil.h269 extern int throwSSLExceptionWithSslErrors(JNIEnv* env, SSL* ssl, int sslErrorCode,
/external/conscrypt/common/src/jni/main/cpp/conscrypt/
Dnative_crypto.cc6631 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 …]
Djniutil.cc409 int throwSSLExceptionWithSslErrors(JNIEnv* env, SSL* ssl, int sslErrorCode, const char* message, in throwSSLExceptionWithSslErrors() function