Searched refs:BIO_pending (Results 1 - 5 of 5) sorted by relevance

/freebsd-11-stable/crypto/openssl/ssl/
H A Dbio_ssl.c377 ret = BIO_pending(ssl->rbio);
H A Dssltest.c2393 i = (int)BIO_pending(s_bio);
2397 i = (int)BIO_pending(c_bio);
/freebsd-11-stable/crypto/openssl/crypto/threads/
H A Dmttest.c459 i = (int)BIO_pending(s_bio);
463 i = (int)BIO_pending(c_bio);
/freebsd-11-stable/crypto/openssl/crypto/bio/
H A Dbio.h591 # define BIO_pending(b) (int)BIO_ctrl(b,BIO_CTRL_PENDING,0,NULL) macro
/freebsd-11-stable/secure/lib/libcrypto/
H A DMakefile.man252 MLINKS+= BIO_ctrl.3 BIO_pending.3

Completed in 164 milliseconds