Home
last modified time | relevance | path

Searched refs:BIO_eof (Results 1 - 25 of 85) sorted by relevance

1234

/third_party/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.c88 /* Test a ctrl via BIO_eof */ in test_bio_core()
89 || !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()
/third_party/node/deps/openssl/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.c555 while (BIO_pending(bp) || !BIO_eof(bp)) { in do_fp()
/third_party/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.c555 while (BIO_pending(bp) || !BIO_eof(bp)) { in do_fp()
/third_party/node/deps/openssl/openssl/providers/implementations/storemgmt/
H A Dfile_store.c537 if (BIO_eof(ctx->_.file.file) in file_load_file()
732 * BIO_eof() checks the source BIO. in file_eof()
735 && BIO_eof(ctx->_.file.file); in file_eof()
/third_party/openssl/providers/implementations/storemgmt/
H A Dfile_store.c537 if (BIO_eof(ctx->_.file.file) in file_load_file()
732 * BIO_eof() checks the source BIO. in file_eof()
735 && BIO_eof(ctx->_.file.file); in file_eof()
/third_party/node/deps/openssl/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()
/third_party/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()
/third_party/node/deps/openssl/openssl/ssl/
H A Dssl_conf.c608 && !BIO_eof(in)); in cmd_DHParameters()
/third_party/node/deps/openssl/openssl/crypto/bio/
H A Dbio_lib.c530 return ret > 0 || BIO_eof(bio) ? ptr - buf : ret; in BIO_get_line()
/third_party/openssl/crypto/bio/
H A Dbio_lib.c530 return ret > 0 || BIO_eof(bio) ? ptr - buf : ret; in BIO_get_line()
/third_party/openssl/ssl/
H A Dssl_conf.c608 && !BIO_eof(in)); in cmd_DHParameters()
/third_party/openssl/ohos_lite/include/openssl/
H A Dbio.h481 # define BIO_eof(b) (int)BIO_ctrl(b,BIO_CTRL_EOF,0,NULL) macro
/third_party/node/deps/openssl/config/archs/darwin-i386-cc/no-asm/include/openssl/
H A Dbio.h556 # define BIO_eof(b) (int)BIO_ctrl(b,BIO_CTRL_EOF,0,NULL) macro
/third_party/node/deps/openssl/config/archs/linux-aarch64/no-asm/include/openssl/
H A Dbio.h556 # define BIO_eof(b) (int)BIO_ctrl(b,BIO_CTRL_EOF,0,NULL) macro
/third_party/node/deps/openssl/config/archs/linux-aarch64/asm_avx2/include/openssl/
H A Dbio.h556 # define BIO_eof(b) (int)BIO_ctrl(b,BIO_CTRL_EOF,0,NULL) macro
/third_party/node/deps/openssl/config/archs/linux-aarch64/asm/include/openssl/
H A Dbio.h556 # define BIO_eof(b) (int)BIO_ctrl(b,BIO_CTRL_EOF,0,NULL) macro
/third_party/node/deps/openssl/config/archs/linux-elf/asm_avx2/include/openssl/
H A Dbio.h556 # define BIO_eof(b) (int)BIO_ctrl(b,BIO_CTRL_EOF,0,NULL) macro
/third_party/node/deps/openssl/config/archs/darwin64-arm64-cc/asm/include/openssl/
H A Dbio.h556 # define BIO_eof(b) (int)BIO_ctrl(b,BIO_CTRL_EOF,0,NULL) macro

Completed in 27 milliseconds

1234