Home
last modified time | relevance | path

Searched refs:SSL_ERROR_NONE (Results 1 – 25 of 28) sorted by relevance

12

/external/conscrypt/common/src/jni/main/include/conscrypt/
Dssl_error.h34 SslError() : sslError_(SSL_ERROR_NONE), released_(false) {} in SslError()
36 SslError(SSL* ssl, int returnCode) : sslError_(SSL_ERROR_NONE), released_(false) { in SslError()
41 if (!released_ && sslError_ != SSL_ERROR_NONE) { in ~SslError()
54 sslError_ = SSL_ERROR_NONE; in reset()
/external/webrtc/rtc_base/
Dopenssl_utility_unittest.cc206 RTC_CHECK(client_err == SSL_ERROR_NONE || in CreateSSLWithPeerCertificate()
212 RTC_CHECK(server_err == SSL_ERROR_NONE || in CreateSSLWithPeerCertificate()
Dopenssl_stream_adapter.cc572 case SSL_ERROR_NONE: in Write()
639 case SSL_ERROR_NONE: in Read()
691 RTC_DCHECK(ssl_error == SSL_ERROR_NONE); in FlushInput()
693 if (ssl_error != SSL_ERROR_NONE) { in FlushInput()
846 case SSL_ERROR_NONE: in ContinueSSL()
Dopenssl_adapter.cc389 case SSL_ERROR_NONE: in ContinueSSL()
476 case SSL_ERROR_NONE: in DoSslWrite()
609 case SSL_ERROR_NONE: in Recv()
/external/rust/crates/quiche/deps/boringssl/src/ssl/
Dbio_ssl.cc48 case SSL_ERROR_NONE: in ssl_read()
83 case SSL_ERROR_NONE: in ssl_write()
Dssl_lib.cc204 ssl->s3->rwstate = SSL_ERROR_NONE; in ssl_reset_error_state()
1310 return SSL_ERROR_NONE; in SSL_get_error()
1394 case SSL_ERROR_NONE: in SSL_error_description()
/external/boringssl/src/ssl/
Dbio_ssl.cc48 case SSL_ERROR_NONE: in ssl_read()
83 case SSL_ERROR_NONE: in ssl_write()
Dssl_lib.cc204 ssl->s3->rwstate = SSL_ERROR_NONE; in ssl_reset_error_state()
1346 return SSL_ERROR_NONE; in SSL_get_error()
1430 case SSL_ERROR_NONE: in SSL_error_description()
Dinternal.h2367 int rwstate = SSL_ERROR_NONE;
/external/libwebsockets/lib/tls/mbedtls/wrapper/include/internal/
Dssl_code.h51 # define SSL_ERROR_NONE 0 macro
/external/openscreen/util/crypto/
Dopenssl_util.cc68 if (error_code == SSL_ERROR_NONE) { in GetSSLError()
/external/conscrypt/constants/src/gen/cpp/
Dgenerate_constants.cc77 CONST(SSL_ERROR_NONE); in main()
/external/libwebsockets/lib/tls/openssl/
Dopenssl-tls.c33 case SSL_ERROR_NONE: in lws_ssl_get_error_string()
/external/conscrypt/common/src/jni/main/cpp/conscrypt/
Djniutil.cc406 case SSL_ERROR_NONE: in throwSSLExceptionWithSslErrors()
454 if (sslErrorCode == SSL_ERROR_NONE || sslErrorCode == SSL_ERROR_SSL) { in throwSSLExceptionWithSslErrors()
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()
7229 env, ssl, SSL_ERROR_NONE, "Error setting private key for Channel ID"); in NativeCrypto_SSL_set1_tls_channel_id()
7289 conscrypt::jniutil::throwSSLExceptionWithSslErrors(env, ssl, SSL_ERROR_NONE, in NativeCrypto_setLocalCertsAndPrivateKey()
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()
8329 if (sslError.get() == SSL_ERROR_NONE || in NativeCrypto_SSL_do_handshake()
8485 case SSL_ERROR_NONE: { in sslRead()
8758 case SSL_ERROR_NONE: { in sslWrite()
[all …]
/external/boringssl/src/ssl/test/
Dbssl_shim.cc797 if (ssl_err != SSL_ERROR_NONE) { in DoConnection()
1013 } else if (err != SSL_ERROR_NONE) { in DoExchange()
/external/libwebsockets/lib/tls/mbedtls/wrapper/library/
Dssl_lib.c147 ret = SSL_ERROR_NONE; in SSL_get_error()
/external/grpc-grpc/src/core/tsi/
Dssl_transport_security.cc186 case SSL_ERROR_NONE: in ssl_error_string()
1224 case SSL_ERROR_NONE: in ssl_handshaker_process_bytes_from_peer()
/external/curl/lib/vtls/
Dopenssl.c301 case SSL_ERROR_NONE: in SSL_ERROR_to_str()
1403 case SSL_ERROR_NONE: /* this is not an error */ in Curl_ossl_shutdown()
4197 case SSL_ERROR_NONE: /* this is not an error */ in ossl_recv()
/external/rust/crates/quiche/deps/boringssl/src/ssl/test/
Dbssl_shim.cc1013 } else if (err != SSL_ERROR_NONE) { in DoExchange()
/external/rust/crates/grpcio-sys/grpc/src/core/tsi/
Dssl_transport_security.cc199 case SSL_ERROR_NONE: in ssl_error_string()
1453 case SSL_ERROR_NONE: in ssl_handshaker_process_bytes_from_peer()
/external/libevent/
Dbufferevent_openssl.c524 case SSL_ERROR_NONE: in conn_closed()
/external/rust/crates/quiche/deps/boringssl/src/include/openssl/
Dssl.h460 #define SSL_ERROR_NONE 0 macro
4443 #define SSL_NOTHING SSL_ERROR_NONE
/external/boringssl/src/include/openssl/
Dssl.h460 #define SSL_ERROR_NONE 0 macro
4515 #define SSL_NOTHING SSL_ERROR_NONE
/external/python/pyopenssl/src/OpenSSL/
DSSL.py1563 elif error == _lib.SSL_ERROR_NONE:

12