Searched refs:SSL_read_ex (Results 1 - 3 of 3) sorted by relevance

/freebsd-13-stable/crypto/openssl/include/openssl/
H A Dssl.h1838 __owur int SSL_read_ex(SSL *ssl, void *buf, size_t num, size_t *readbytes);
/freebsd-13-stable/crypto/openssl/ssl/
H A Dssl_lib.c1817 int SSL_read_ex(SSL *s, void *buf, size_t num, size_t *readbytes) function
1857 ret = SSL_read_ex(s, buf, num, readbytes);
/freebsd-13-stable/secure/lib/libcrypto/man/man3/
H A DMakefile2814 MLINKS+= SSL_read.3 SSL_read_ex.3

Completed in 380 milliseconds