Home
last modified time | relevance | path

Searched refs:SSL_write (Results 1 – 4 of 4) sorted by relevance

/ohos5.0/commonlibrary/rust/ylong_http/ylong_http_client/src/util/c_openssl/ssl/
H A Dssl_base.rs32 SSL_state_string_long, SSL_write,
119 unsafe { SSL_write(self.as_ptr(), buf.as_ptr() as *const c_void, len) } in write()
/ohos5.0/commonlibrary/rust/ylong_http/ylong_http_client/src/util/c_openssl/ffi/
H A Dssl.rs172 pub(crate) fn SSL_write(ssl: *mut SSL, buf: *const c_void, num: c_int) -> c_int; in SSL_write() function
/ohos5.0/foundation/communication/netstack/frameworks/native/tls_socket/src/
H A Dtls_socket.cpp1271 int len = SSL_write(ssl, curPos, curSendSize); in SendRetry()
1315 int len = SSL_write(ssl, curPos, curSendSize); in PollSend()
H A Dtls_socket_server.cpp796 int len = SSL_write(ssl_, data.c_str(), data.length()); in Send()