Home
last modified time | relevance | path

Searched refs:BIO_pending (Results 1 – 13 of 13) sorted by relevance

/freebsd/crypto/openssl/doc/man3/
H A DBIO_ctrl.pod7 BIO_pending, BIO_wpending, BIO_ctrl_pending, BIO_ctrl_wpending,
30 int BIO_pending(BIO *b);
73 BIO_pending(), BIO_ctrl_pending(), BIO_wpending() and BIO_ctrl_wpending()
76 return a size_t type and are functions, BIO_pending() and BIO_wpending() are
102 BIO_pending(), BIO_ctrl_pending(), BIO_wpending() and BIO_ctrl_wpending()
103 return the amount of pending data. BIO_pending() and BIO_wpending() return
119 The return values of BIO_pending() and BIO_wpending() may not reliably
H A DBIO_s_bio.pod107 flush any data in the write buffer. This can be done by calling BIO_pending()
/freebsd/crypto/openssl/apps/
H A Dmac.c186 while (BIO_pending(in) || !BIO_eof(in)) { in mac_main()
H A Denc.c617 while (BIO_pending(rbio) || !BIO_eof(rbio)) { in enc_main()
H A Ddgst.c556 while (BIO_pending(bp) || !BIO_eof(bp)) { in do_fp()
H A Ds_client.c2381 && !BIO_pending(fbio) in s_client_main()
2382 && !BIO_pending(sbio) in s_client_main()
/freebsd/crypto/openssl/ssl/
H A Dbio_ssl.c319 ret = BIO_pending(ssl->rbio); in ssl_ctrl()
/freebsd/crypto/openssl/providers/implementations/storemgmt/
H A Dfile_store.c734 return !BIO_pending(ctx->_.file.file) in file_eof()
/freebsd/crypto/openssl/util/
H A Dother.syms194 BIO_pending define
/freebsd/crypto/openssl/test/
H A Dssl_old_test.c2679 i = (int)BIO_pending(s_bio); in doit()
2683 i = (int)BIO_pending(c_bio); in doit()
/freebsd/crypto/openssl/include/openssl/
H A Dbio.h559 # define BIO_pending(b) (int)BIO_ctrl(b,BIO_CTRL_PENDING,0,NULL) macro
H A Dbio.h.in536 # define BIO_pending(b) (int)BIO_ctrl(b,BIO_CTRL_PENDING,0,NULL) macro
/freebsd/secure/lib/libcrypto/man/man3/
H A DMakefile883 MLINKS+= BIO_ctrl.3 BIO_pending.3