Searched defs:ssl (Results 1 – 12 of 12) sorted by relevance
/ohos5.0/foundation/communication/netstack/test/unittest/tlssocket/server/ |
H A D | tls_socket_server_mock_branch_test.cpp | 62 SSL *ssl = SSL_new(ctx); variable 71 SSL *ssl = SSL_new(ctx); variable 81 SSL *ssl = SSL_new(ctx); variable 91 SSL *ssl = SSL_new(ctx); variable 102 SSL *ssl = SSL_new(ctx); variable
|
/ohos5.0/commonlibrary/rust/ylong_http/ylong_http_client/src/util/c_openssl/ffi/ |
H A D | mod.rs | 21 pub(crate) mod ssl; module
|
/ohos5.0/commonlibrary/rust/ylong_http/ylong_http_client/src/util/c_openssl/ |
H A D | mod.rs | 24 pub(crate) mod ssl; module
|
H A D | adapter.rs | 471 let mut ssl = Ssl::new(ctx)?; in ssl_new() localVariable 907 let ssl = config in ut_tls_ssl_verify_hostname() localVariable
|
/ohos5.0/commonlibrary/rust/ylong_http/ylong_http_client/tests/common/ |
H A D | mod.rs | 200 let ssl = openssl::ssl::Ssl::new(acceptor.context()).expect("Ssl Error"); localVariable
|
/ohos5.0/base/update/updateservice/services/firmware/check/include/ |
H A D | firmware_icheck.h | 147 SSL *ssl = SSL_new(sslCtx); in ReadDataFromSSL() local
|
/ohos5.0/foundation/communication/netstack/test/unittest/tlssocket/client/ |
H A D | TlsContextTest.cpp | 92 SSL *ssl = tlsContext->CreateSsl(); variable
|
H A D | TlsSocketBranchTest.cpp | 315 ssl_st *ssl = tlsSocketInternal->GetSSL(); variable
|
/ohos5.0/commonlibrary/rust/ylong_http/ylong_http_client/src/util/c_openssl/ssl/ |
H A D | stream.rs | 93 pub(crate) fn ssl(&self) -> &SslRef { in ssl() method
|
/ohos5.0/foundation/communication/netstack/frameworks/native/tls_socket/src/ |
H A D | tls_socket.cpp | 1256 bool TLSSocket::TLSSocketInternal::SendRetry(ssl_st *ssl, const char *curPos, size_t curSendSize, i… in SendRetry() 1291 bool TLSSocket::TLSSocketInternal::PollSend(int sockfd, ssl_st *ssl, const char *pdata, int sendSiz… in PollSend() 1755 static void CacheCertificates(const std::string &hostName, SSL *ssl) in CacheCertificates() 1774 static void LoadCachedCaCert(const std::string &hostName, SSL *ssl) in LoadCachedCaCert()
|
H A D | tls_socket_server.cpp | 101 int ConvertSSLError(ssl_st *ssl) in ConvertSSLError()
|
/ohos5.0/base/security/certificate_framework/frameworks/adapter/v1.0/src/ |
H A D | x509_cert_chain_openssl.c | 80 int *ssl; member 1075 static BIO *CreateConnectBio(char *host, char *port, int ssl) in CreateConnectBio() 1136 int ssl = 0; in ValidateOcspOnline() local
|