Home
last modified time | relevance | path

Searched refs:SSL_free (Results 1 – 7 of 7) sorted by relevance

/ohos5.0/foundation/communication/netstack/test/unittest/tlssocket/server/
H A Dtls_socket_server_mock_branch_test.cpp31 MOCK_METHOD(void, SSL_free, (SSL*));
108 SSL_free(ssl);
/ohos5.0/commonlibrary/rust/ylong_http/ylong_http_client/src/util/c_openssl/ssl/
H A Dssl_base.rs40 use crate::util::c_openssl::ffi::ssl::{SSL_free, SSL_get0_alpn_selected, SSL_new, SSL};
45 fn drop = SSL_free;
/ohos5.0/commonlibrary/rust/ylong_http/ylong_http_client/src/util/c_openssl/ffi/
H A Dssl.rs144 pub(crate) fn SSL_free(ssl: *mut SSL); in SSL_free() function
/ohos5.0/base/update/updateservice/services/firmware/check/include/
H A Dfirmware_icheck.h168 SSL_free(ssl); in ReadDataFromSSL()
/ohos5.0/foundation/communication/netstack/test/unittest/tlssocket/client/
H A DTlsContextTest.cpp94 SSL_free(ssl);
/ohos5.0/foundation/communication/netstack/frameworks/native/tls_socket/src/
H A Dtls_socket_server.cpp828 SSL_free(ssl_); in Close()
H A Dtls_socket.cpp1396 SSL_free(ssl_); in Close()