Searched refs:SSL_read (Results 1 – 2 of 2) sorted by relevance
305 #define SSL_read SSL_READ macro
1910 nread = SSL_read(octx->ssl, buf, (int)sizeof(buf)); in ossl_shutdown()1957 nread = SSL_read(octx->ssl, buf, (int)sizeof(buf)); in ossl_shutdown()5019 nread = (ssize_t)SSL_read(octx->ssl, buf, buffsize);
Completed in 16 milliseconds