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 D | ssl_base.rs | 32 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 D | ssl.rs | 172 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 D | tls_socket.cpp | 1271 int len = SSL_write(ssl, curPos, curSendSize); in SendRetry() 1315 int len = SSL_write(ssl, curPos, curSendSize); in PollSend()
|
H A D | tls_socket_server.cpp | 796 int len = SSL_write(ssl_, data.c_str(), data.length()); in Send()
|