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.h273 extern int throwSSLExceptionWithSslErrors(JNIEnv* env, SSL* ssl, int sslErrorCode,
/external/conscrypt/common/src/jni/main/cpp/conscrypt/
Dnative_crypto.cc7123 conscrypt::jniutil::throwSSLExceptionWithSslErrors(env, nullptr, SSL_ERROR_NONE, in NativeCrypto_SSL_new()
7161 conscrypt::jniutil::throwSSLExceptionWithSslErrors(env, ssl, SSL_ERROR_NONE, in NativeCrypto_SSL_enable_tls_channel_id()
7197 conscrypt::jniutil::throwSSLExceptionWithSslErrors(env, ssl, SSL_ERROR_NONE, in NativeCrypto_SSL_get_tls_channel_id()
7228 conscrypt::jniutil::throwSSLExceptionWithSslErrors( in NativeCrypto_SSL_set1_tls_channel_id()
7289 conscrypt::jniutil::throwSSLExceptionWithSslErrors(env, ssl, SSL_ERROR_NONE, in NativeCrypto_setLocalCertsAndPrivateKey()
7683 conscrypt::jniutil::throwSSLExceptionWithSslErrors(env, ssl, sslErrorCode, in NativeCrypto_SSL_use_psk_identity_hint()
7904 conscrypt::jniutil::throwSSLExceptionWithSslErrors(env, ssl, sslErrorCode, in NativeCrypto_SSL_set_session()
7978 conscrypt::jniutil::throwSSLExceptionWithSslErrors(env, ssl, SSL_ERROR_NONE, in NativeCrypto_SSL_set_tlsext_host_name()
8228 conscrypt::jniutil::throwSSLExceptionWithSslErrors(env, ssl, SSL_ERROR_NONE, in NativeCrypto_SSL_do_handshake()
8302 conscrypt::jniutil::throwSSLExceptionWithSslErrors( in NativeCrypto_SSL_do_handshake()
[all …]
Djniutil.cc397 int throwSSLExceptionWithSslErrors(JNIEnv* env, SSL* ssl, int sslErrorCode, const char* message, in throwSSLExceptionWithSslErrors() function