Home
last modified time | relevance | path

Searched defs:ssl (Results 1 – 12 of 12) sorted by relevance

/ohos5.0/foundation/communication/netstack/test/unittest/tlssocket/server/
H A Dtls_socket_server_mock_branch_test.cpp62 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 Dmod.rs21 pub(crate) mod ssl; module
/ohos5.0/commonlibrary/rust/ylong_http/ylong_http_client/src/util/c_openssl/
H A Dmod.rs24 pub(crate) mod ssl; module
H A Dadapter.rs471 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 Dmod.rs200 let ssl = openssl::ssl::Ssl::new(acceptor.context()).expect("Ssl Error"); localVariable
/ohos5.0/base/update/updateservice/services/firmware/check/include/
H A Dfirmware_icheck.h147 SSL *ssl = SSL_new(sslCtx); in ReadDataFromSSL() local
/ohos5.0/foundation/communication/netstack/test/unittest/tlssocket/client/
H A DTlsContextTest.cpp92 SSL *ssl = tlsContext->CreateSsl(); variable
H A DTlsSocketBranchTest.cpp315 ssl_st *ssl = tlsSocketInternal->GetSSL(); variable
/ohos5.0/commonlibrary/rust/ylong_http/ylong_http_client/src/util/c_openssl/ssl/
H A Dstream.rs93 pub(crate) fn ssl(&self) -> &SslRef { in ssl() method
/ohos5.0/foundation/communication/netstack/frameworks/native/tls_socket/src/
H A Dtls_socket.cpp1256 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 Dtls_socket_server.cpp101 int ConvertSSLError(ssl_st *ssl) in ConvertSSLError()
/ohos5.0/base/security/certificate_framework/frameworks/adapter/v1.0/src/
H A Dx509_cert_chain_openssl.c80 int *ssl; member
1075 static BIO *CreateConnectBio(char *host, char *port, int ssl) in CreateConnectBio()
1136 int ssl = 0; in ValidateOcspOnline() local