Searched refs:SSL_read (Results 1 – 5 of 5) sorted by relevance
/ohos5.0/commonlibrary/rust/ylong_http/ylong_http_client/src/util/c_openssl/ssl/ |
H A D | ssl_base.rs | 31 SSL_ctrl, SSL_get0_param, SSL_get_error, SSL_get_rbio, SSL_get_verify_result, SSL_read, 114 unsafe { SSL_read(self.as_ptr(), buf.as_ptr() as *mut c_void, len) } in read()
|
/ohos5.0/commonlibrary/rust/ylong_http/ylong_http_client/src/util/c_openssl/ffi/ |
H A D | ssl.rs | 170 pub(crate) fn SSL_read(ssl: *mut SSL, buf: *mut c_void, num: c_int) -> c_int; in SSL_read() function
|
/ohos5.0/base/update/updateservice/services/firmware/check/include/ |
H A D | firmware_icheck.h | 155 int32_t len = SSL_read(ssl, buffer.data(), JSON_MAX_SIZE); in ReadDataFromSSL()
|
/ohos5.0/foundation/communication/netstack/frameworks/native/tls_socket/src/ |
H A D | tls_socket_server.cpp | 813 return SSL_read(ssl_, buffer, maxBufferSize); in Recv()
|
H A D | tls_socket.cpp | 1361 int ret = SSL_read(ssl_, buffer, maxBufferSize); in Recv()
|