Home
last modified time | relevance | path

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 Dssl_base.rs31 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 Dssl.rs170 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 Dfirmware_icheck.h155 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 Dtls_socket_server.cpp813 return SSL_read(ssl_, buffer, maxBufferSize); in Recv()
H A Dtls_socket.cpp1361 int ret = SSL_read(ssl_, buffer, maxBufferSize); in Recv()