[][src]Function tabbyssl::libssl::ssl::tabby_SSL_read

#[no_mangle]pub extern "C" fn tabby_SSL_read(
    ssl_ptr: *mut TABBY_SSL,
    buf_ptr: *mut c_uchar,
    buf_len: c_int
) -> c_int

SSL_read - read num bytes from the specified ssl into the buffer buf.

#include <tabbyssl/openssl/ssl.h>

int SSL_read(SSL *ssl, void *buf, int num);