/external/conscrypt/common/src/jni/main/include/conscrypt/ |
D | ssl_error.h | 34 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/ |
D | openssl_utility_unittest.cc | 206 RTC_CHECK(client_err == SSL_ERROR_NONE || in CreateSSLWithPeerCertificate() 212 RTC_CHECK(server_err == SSL_ERROR_NONE || in CreateSSLWithPeerCertificate()
|
D | openssl_stream_adapter.cc | 572 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()
|
D | openssl_adapter.cc | 389 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/ |
D | bio_ssl.cc | 48 case SSL_ERROR_NONE: in ssl_read() 83 case SSL_ERROR_NONE: in ssl_write()
|
D | ssl_lib.cc | 204 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/ |
D | bio_ssl.cc | 48 case SSL_ERROR_NONE: in ssl_read() 83 case SSL_ERROR_NONE: in ssl_write()
|
D | ssl_lib.cc | 204 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()
|
D | internal.h | 2367 int rwstate = SSL_ERROR_NONE;
|
/external/libwebsockets/lib/tls/mbedtls/wrapper/include/internal/ |
D | ssl_code.h | 51 # define SSL_ERROR_NONE 0 macro
|
/external/openscreen/util/crypto/ |
D | openssl_util.cc | 68 if (error_code == SSL_ERROR_NONE) { in GetSSLError()
|
/external/conscrypt/constants/src/gen/cpp/ |
D | generate_constants.cc | 77 CONST(SSL_ERROR_NONE); in main()
|
/external/libwebsockets/lib/tls/openssl/ |
D | openssl-tls.c | 33 case SSL_ERROR_NONE: in lws_ssl_get_error_string()
|
/external/conscrypt/common/src/jni/main/cpp/conscrypt/ |
D | jniutil.cc | 406 case SSL_ERROR_NONE: in throwSSLExceptionWithSslErrors() 454 if (sslErrorCode == SSL_ERROR_NONE || sslErrorCode == SSL_ERROR_SSL) { in throwSSLExceptionWithSslErrors()
|
D | native_crypto.cc | 7123 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/ |
D | bssl_shim.cc | 797 if (ssl_err != SSL_ERROR_NONE) { in DoConnection() 1013 } else if (err != SSL_ERROR_NONE) { in DoExchange()
|
/external/libwebsockets/lib/tls/mbedtls/wrapper/library/ |
D | ssl_lib.c | 147 ret = SSL_ERROR_NONE; in SSL_get_error()
|
/external/grpc-grpc/src/core/tsi/ |
D | ssl_transport_security.cc | 186 case SSL_ERROR_NONE: in ssl_error_string() 1224 case SSL_ERROR_NONE: in ssl_handshaker_process_bytes_from_peer()
|
/external/curl/lib/vtls/ |
D | openssl.c | 301 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/ |
D | bssl_shim.cc | 1013 } else if (err != SSL_ERROR_NONE) { in DoExchange()
|
/external/rust/crates/grpcio-sys/grpc/src/core/tsi/ |
D | ssl_transport_security.cc | 199 case SSL_ERROR_NONE: in ssl_error_string() 1453 case SSL_ERROR_NONE: in ssl_handshaker_process_bytes_from_peer()
|
/external/libevent/ |
D | bufferevent_openssl.c | 524 case SSL_ERROR_NONE: in conn_closed()
|
/external/rust/crates/quiche/deps/boringssl/src/include/openssl/ |
D | ssl.h | 460 #define SSL_ERROR_NONE 0 macro 4443 #define SSL_NOTHING SSL_ERROR_NONE
|
/external/boringssl/src/include/openssl/ |
D | ssl.h | 460 #define SSL_ERROR_NONE 0 macro 4515 #define SSL_NOTHING SSL_ERROR_NONE
|
/external/python/pyopenssl/src/OpenSSL/ |
D | SSL.py | 1563 elif error == _lib.SSL_ERROR_NONE:
|