Searched refs:SSL_pending (Results 1 - 8 of 8) sorted by relevance

/openbsd-current/lib/libssl/man/
H A DMakefile105 SSL_pending.3 \
/openbsd-current/lib/libssl/
H A Dbio_ssl.c372 ret = SSL_pending(ssl);
H A Dssl_lib.c905 SSL_pending(const SSL *s) function
909 LSSL_ALIAS(SSL_pending); variable
H A Dssl.h1138 int SSL_pending(const SSL *s);
/openbsd-current/lib/libssl/hidden/openssl/
H A Dssl.h131 LSSL_USED(SSL_pending); variable
/openbsd-current/usr.bin/openssl/
H A Ds_client.c1330 ssl_pending = read_ssl && SSL_pending(con);
1461 pending = SSL_pending(con);
H A Ds_server.c1570 read_from_sslcon = SSL_pending(con);
1752 if (SSL_pending(con))
/openbsd-current/usr.sbin/lpd/
H A Dio.c1056 if (current == io && IO_READING(io) && SSL_pending(io->tls))

Completed in 258 milliseconds