Home
last modified time | relevance | path

Searched refs:BIO_eof (Results 1 – 25 of 27) sorted by relevance

12

/freebsd/crypto/openssl/test/
H A Dbio_readbuffer_test.c56 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 Dbio_core_test.c89 || !TEST_false(BIO_eof(cbio)) in test_bio_core()
91 || !TEST_true(BIO_eof(cbio)) in test_bio_core()
H A Dbio_prefix_text.c76 while (!BIO_eof(bio_in)) { in run_pipe()
H A Dparams_conversion_test.c329 while (!BIO_eof(s->fp)) { in run_param_file_tests()
H A Devp_pkey_provided_test.c106 || !TEST_true(BIO_eof(file)) in compare_with_file()
H A Devp_test.c3751 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 DBIO_ctrl.pod6 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 DBIO_s_file.pod43 BIO_eof() calls feof().
H A DBIO_s_mem.pod49 BIO_eof() is true if no data is in the BIO.
H A DBIO_s_bio.pod120 BIO_eof() is true if no data is in the peer BIO and the peer BIO has been
/freebsd/contrib/libfido2/tools/
H A Dbase64.c92 if (n <= 0 || BIO_eof(bio_b64) == 0) in base64_decode()
/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()
/freebsd/crypto/openssl/providers/implementations/storemgmt/
H A Dfile_store.c537 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 Dpem_pkey.c61 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 Dbio_lib.c530 return ret > 0 || BIO_eof(bio) ? ptr - buf : ret; in BIO_get_line()
/freebsd/crypto/openssl/util/
H A Dother.syms160 BIO_eof define
/freebsd/crypto/openssl/ssl/
H A Dssl_conf.c608 && !BIO_eof(in)); in cmd_DHParameters()
/freebsd/crypto/openssl/include/openssl/
H A Dbio.h556 # define BIO_eof(b) (int)BIO_ctrl(b,BIO_CTRL_EOF,0,NULL) macro
H A Dbio.h.in533 # define BIO_eof(b) (int)BIO_ctrl(b,BIO_CTRL_EOF,0,NULL) macro
/freebsd/crypto/openssl/crypto/http/
H A Dhttp_client.c605 if (rctx->req != NULL && !BIO_eof(rctx->req)) { in OSSL_HTTP_REQ_CTX_nbio()
/freebsd/crypto/openssl/engines/
H A De_loader_attic.c1663 return BIO_eof(ctx->_.file.file); in file_eof()
/freebsd/crypto/openssl/ssl/record/
H A Drec_layer_s3.c313 && BIO_eof(s->rbio)) { in ssl3_read_n()
/freebsd/contrib/unbound/smallapp/
H A Dunbound-anchor.c361 while(!BIO_eof(bio)) { in STACK_OF()

12