Searched refs:BIO_pending (Results 1 – 13 of 13) sorted by relevance
/freebsd/crypto/openssl/doc/man3/ |
H A D | BIO_ctrl.pod | 7 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 D | BIO_s_bio.pod | 107 flush any data in the write buffer. This can be done by calling BIO_pending()
|
/freebsd/crypto/openssl/apps/ |
H A D | mac.c | 186 while (BIO_pending(in) || !BIO_eof(in)) { in mac_main()
|
H A D | enc.c | 617 while (BIO_pending(rbio) || !BIO_eof(rbio)) { in enc_main()
|
H A D | dgst.c | 556 while (BIO_pending(bp) || !BIO_eof(bp)) { in do_fp()
|
H A D | s_client.c | 2381 && !BIO_pending(fbio) in s_client_main() 2382 && !BIO_pending(sbio) in s_client_main()
|
/freebsd/crypto/openssl/ssl/ |
H A D | bio_ssl.c | 319 ret = BIO_pending(ssl->rbio); in ssl_ctrl()
|
/freebsd/crypto/openssl/providers/implementations/storemgmt/ |
H A D | file_store.c | 734 return !BIO_pending(ctx->_.file.file) in file_eof()
|
/freebsd/crypto/openssl/util/ |
H A D | other.syms | 194 BIO_pending define
|
/freebsd/crypto/openssl/test/ |
H A D | ssl_old_test.c | 2679 i = (int)BIO_pending(s_bio); in doit() 2683 i = (int)BIO_pending(c_bio); in doit()
|
/freebsd/crypto/openssl/include/openssl/ |
H A D | bio.h | 559 # define BIO_pending(b) (int)BIO_ctrl(b,BIO_CTRL_PENDING,0,NULL) macro
|
H A D | bio.h.in | 536 # define BIO_pending(b) (int)BIO_ctrl(b,BIO_CTRL_PENDING,0,NULL) macro
|
/freebsd/secure/lib/libcrypto/man/man3/ |
H A D | Makefile | 883 MLINKS+= BIO_ctrl.3 BIO_pending.3
|