/third_party/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 | 88 /* 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 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()
|
/third_party/node/deps/openssl/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 | 555 while (BIO_pending(bp) || !BIO_eof(bp)) { in do_fp()
|
/third_party/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 | 555 while (BIO_pending(bp) || !BIO_eof(bp)) { in do_fp()
|
/third_party/node/deps/openssl/openssl/providers/implementations/storemgmt/ |
H A D | file_store.c | 537 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 D | file_store.c | 537 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 D | pem_pkey.c | 61 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 D | pem_pkey.c | 61 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 D | ssl_conf.c | 608 && !BIO_eof(in)); in cmd_DHParameters()
|
/third_party/node/deps/openssl/openssl/crypto/bio/ |
H A D | bio_lib.c | 530 return ret > 0 || BIO_eof(bio) ? ptr - buf : ret; in BIO_get_line()
|
/third_party/openssl/crypto/bio/ |
H A D | bio_lib.c | 530 return ret > 0 || BIO_eof(bio) ? ptr - buf : ret; in BIO_get_line()
|
/third_party/openssl/ssl/ |
H A D | ssl_conf.c | 608 && !BIO_eof(in)); in cmd_DHParameters()
|
/third_party/openssl/ohos_lite/include/openssl/ |
H A D | bio.h | 481 # 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 D | bio.h | 556 # 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 D | bio.h | 556 # 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 D | bio.h | 556 # 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 D | bio.h | 556 # 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 D | bio.h | 556 # 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 D | bio.h | 556 # define BIO_eof(b) (int)BIO_ctrl(b,BIO_CTRL_EOF,0,NULL) macro
|