/freebsd/crypto/openssl/test/ |
H A D | bio_readbuffer_test.c | 56 while (!BIO_eof(in_bio)) { in test_readbuffer_file_bio() 59 if (!TEST_true(BIO_eof(in_bio))) in test_readbuffer_file_bio() 68 && !BIO_eof(in_bio) in test_readbuffer_file_bio() 81 while (!BIO_eof(in_bio)) { in test_readbuffer_file_bio()
|
H A D | bio_core_test.c | 89 || !TEST_false(BIO_eof(cbio)) in test_bio_core() 91 || !TEST_true(BIO_eof(cbio)) in test_bio_core()
|
H A D | bio_prefix_text.c | 76 while (!BIO_eof(bio_in)) { in run_pipe()
|
H A D | params_conversion_test.c | 329 while (!BIO_eof(s->fp)) { in run_param_file_tests()
|
H A D | evp_pkey_provided_test.c | 106 || !TEST_true(BIO_eof(file)) in compare_with_file()
|
H A D | evp_test.c | 3751 if (BIO_eof(t->s.fp)) in parse() 3948 while (!BIO_eof(t->s.fp)) { in run_file_tests()
|
/freebsd/crypto/openssl/doc/man3/ |
H A D | BIO_ctrl.pod | 6 BIO_seek, BIO_tell, BIO_flush, BIO_eof, BIO_set_close, BIO_get_close, 27 int BIO_eof(BIO *b); 63 BIO_eof() returns 1 if the BIO has read EOF, the precise meaning of 95 BIO_eof() returns 1 if EOF has been reached, 0 if not, or negative values for failure.
|
H A D | BIO_s_file.pod | 43 BIO_eof() calls feof().
|
H A D | BIO_s_mem.pod | 49 BIO_eof() is true if no data is in the BIO.
|
H A D | BIO_s_bio.pod | 120 BIO_eof() is true if no data is in the peer BIO and the peer BIO has been
|
/freebsd/contrib/libfido2/tools/ |
H A D | base64.c | 92 if (n <= 0 || BIO_eof(bio_b64) == 0) in base64_decode()
|
/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()
|
/freebsd/crypto/openssl/providers/implementations/storemgmt/ |
H A D | file_store.c | 537 if (BIO_eof(ctx->_.file.file) in file_load_file() 735 && BIO_eof(ctx->_.file.file); in file_eof()
|
/freebsd/crypto/openssl/crypto/pem/ |
H A D | pem_pkey.c | 61 if (BIO_eof(bp) != 0 || (newpos = BIO_tell(bp)) < 0 || newpos <= pos) { in pem_read_bio_key_decoder()
|
/freebsd/crypto/openssl/crypto/bio/ |
H A D | bio_lib.c | 530 return ret > 0 || BIO_eof(bio) ? ptr - buf : ret; in BIO_get_line()
|
/freebsd/crypto/openssl/util/ |
H A D | other.syms | 160 BIO_eof define
|
/freebsd/crypto/openssl/ssl/ |
H A D | ssl_conf.c | 608 && !BIO_eof(in)); in cmd_DHParameters()
|
/freebsd/crypto/openssl/include/openssl/ |
H A D | bio.h | 556 # define BIO_eof(b) (int)BIO_ctrl(b,BIO_CTRL_EOF,0,NULL) macro
|
H A D | bio.h.in | 533 # define BIO_eof(b) (int)BIO_ctrl(b,BIO_CTRL_EOF,0,NULL) macro
|
/freebsd/crypto/openssl/crypto/http/ |
H A D | http_client.c | 605 if (rctx->req != NULL && !BIO_eof(rctx->req)) { in OSSL_HTTP_REQ_CTX_nbio()
|
/freebsd/crypto/openssl/engines/ |
H A D | e_loader_attic.c | 1663 return BIO_eof(ctx->_.file.file); in file_eof()
|
/freebsd/crypto/openssl/ssl/record/ |
H A D | rec_layer_s3.c | 313 && BIO_eof(s->rbio)) { in ssl3_read_n()
|
/freebsd/contrib/unbound/smallapp/ |
H A D | unbound-anchor.c | 361 while(!BIO_eof(bio)) { in STACK_OF()
|