Home
last modified time | relevance | path

Searched refs:BIO_tell (Results 1 - 25 of 67) sorted by relevance

123

/third_party/node/deps/openssl/openssl/crypto/pem/
H A Dpem_pkey.c43 if ((pos = BIO_tell(bp)) < 0) in pem_read_bio_key_decoder()
44 /* We can depend on BIO_tell() thanks to the BIO_f_readbuffer() */ in pem_read_bio_key_decoder()
61 if (BIO_eof(bp) != 0 || (newpos = BIO_tell(bp)) < 0 || newpos <= pos) { in pem_read_bio_key_decoder()
225 if ((pos = BIO_tell(bp)) < 0) { in pem_read_bio_key()
230 pos = BIO_tell(bp); in pem_read_bio_key()
/third_party/openssl/crypto/pem/
H A Dpem_pkey.c43 if ((pos = BIO_tell(bp)) < 0) in pem_read_bio_key_decoder()
44 /* We can depend on BIO_tell() thanks to the BIO_f_readbuffer() */ in pem_read_bio_key_decoder()
61 if (BIO_eof(bp) != 0 || (newpos = BIO_tell(bp)) < 0 || newpos <= pos) { in pem_read_bio_key_decoder()
225 if ((pos = BIO_tell(bp)) < 0) { in pem_read_bio_key()
230 pos = BIO_tell(bp); in pem_read_bio_key()
/third_party/node/test/cctest/
H A Dtest_node_crypto_env.cc11 * This test verifies that an object created by LoadBIO supports BIO_tell
28 ASSERT_EQ(BIO_tell(bio.get()), ofs); in TEST_F()
/third_party/openssl/test/
H A Dbio_readbuffer_test.c51 if (!TEST_int_eq(BIO_tell(in_bio), 0)) in test_readbuffer_file_bio()
/third_party/node/deps/openssl/openssl/crypto/encode_decode/
H A Ddecoder_lib.c68 if (BIO_tell(in) < 0) { in OSSL_DECODER_from_bio()
815 if ((loc = BIO_tell(bio)) < 0) { in decoder_process()
935 * to be a BIO_s_mem(), because the earlier BIO_tell() gives us zero in decoder_process()
938 * So, we simply do a BIO_seek(), and use BIO_tell() that we're back in decoder_process()
940 * and BIO_tell() should come as a pair... in decoder_process()
943 if (BIO_tell(bio) != loc) in decoder_process()
/third_party/openssl/crypto/encode_decode/
H A Ddecoder_lib.c68 if (BIO_tell(in) < 0) { in OSSL_DECODER_from_bio()
814 if ((loc = BIO_tell(bio)) < 0) { in decoder_process()
934 * to be a BIO_s_mem(), because the earlier BIO_tell() gives us zero in decoder_process()
937 * So, we simply do a BIO_seek(), and use BIO_tell() that we're back in decoder_process()
939 * and BIO_tell() should come as a pair... in decoder_process()
942 if (BIO_tell(bio) != loc) in decoder_process()
/third_party/python/Modules/_ssl/
H A Ddebughelpers.c211 if (BIO_tell(self->keylog_bio) == 0) { in _PySSLContext_set_keylog_filename()
/third_party/openssl/ohos_lite/include/openssl/
H A Dbio.h421 # define BIO_tell(b) (int)BIO_ctrl(b,BIO_C_FILE_TELL,0,NULL) macro
/third_party/node/deps/openssl/config/archs/darwin-i386-cc/no-asm/include/openssl/
H A Dbio.h496 # define BIO_tell(b) (int)BIO_ctrl(b,BIO_C_FILE_TELL,0,NULL) macro
/third_party/node/deps/openssl/config/archs/linux-aarch64/no-asm/include/openssl/
H A Dbio.h496 # define BIO_tell(b) (int)BIO_ctrl(b,BIO_C_FILE_TELL,0,NULL) macro
/third_party/node/deps/openssl/config/archs/linux-aarch64/asm_avx2/include/openssl/
H A Dbio.h496 # define BIO_tell(b) (int)BIO_ctrl(b,BIO_C_FILE_TELL,0,NULL) macro
/third_party/node/deps/openssl/config/archs/linux-aarch64/asm/include/openssl/
H A Dbio.h496 # define BIO_tell(b) (int)BIO_ctrl(b,BIO_C_FILE_TELL,0,NULL) macro
/third_party/node/deps/openssl/config/archs/linux-elf/asm_avx2/include/openssl/
H A Dbio.h496 # define BIO_tell(b) (int)BIO_ctrl(b,BIO_C_FILE_TELL,0,NULL) macro
/third_party/node/deps/openssl/config/archs/darwin64-arm64-cc/asm/include/openssl/
H A Dbio.h496 # define BIO_tell(b) (int)BIO_ctrl(b,BIO_C_FILE_TELL,0,NULL) macro
/third_party/node/deps/openssl/config/archs/linux-armv4/asm/include/openssl/
H A Dbio.h496 # define BIO_tell(b) (int)BIO_ctrl(b,BIO_C_FILE_TELL,0,NULL) macro
/third_party/node/deps/openssl/config/archs/darwin64-x86_64-cc/no-asm/include/openssl/
H A Dbio.h496 # define BIO_tell(b) (int)BIO_ctrl(b,BIO_C_FILE_TELL,0,NULL) macro
/third_party/node/deps/openssl/config/archs/linux-elf/asm/include/openssl/
H A Dbio.h496 # define BIO_tell(b) (int)BIO_ctrl(b,BIO_C_FILE_TELL,0,NULL) macro
/third_party/node/deps/openssl/config/archs/darwin64-arm64-cc/no-asm/include/openssl/
H A Dbio.h496 # define BIO_tell(b) (int)BIO_ctrl(b,BIO_C_FILE_TELL,0,NULL) macro
/third_party/node/deps/openssl/config/archs/darwin64-arm64-cc/asm_avx2/include/openssl/
H A Dbio.h496 # define BIO_tell(b) (int)BIO_ctrl(b,BIO_C_FILE_TELL,0,NULL) macro
/third_party/node/deps/openssl/config/archs/darwin64-x86_64-cc/asm/include/openssl/
H A Dbio.h496 # define BIO_tell(b) (int)BIO_ctrl(b,BIO_C_FILE_TELL,0,NULL) macro
/third_party/node/deps/openssl/config/archs/linux-armv4/no-asm/include/openssl/
H A Dbio.h496 # define BIO_tell(b) (int)BIO_ctrl(b,BIO_C_FILE_TELL,0,NULL) macro
/third_party/node/deps/openssl/config/archs/BSD-x86/no-asm/include/openssl/
H A Dbio.h496 # define BIO_tell(b) (int)BIO_ctrl(b,BIO_C_FILE_TELL,0,NULL) macro
/third_party/node/deps/openssl/config/archs/BSD-x86_64/asm_avx2/include/openssl/
H A Dbio.h496 # define BIO_tell(b) (int)BIO_ctrl(b,BIO_C_FILE_TELL,0,NULL) macro
/third_party/node/deps/openssl/config/archs/BSD-x86/asm_avx2/include/openssl/
H A Dbio.h496 # define BIO_tell(b) (int)BIO_ctrl(b,BIO_C_FILE_TELL,0,NULL) macro
/third_party/node/deps/openssl/config/archs/BSD-x86_64/no-asm/include/openssl/
H A Dbio.h496 # define BIO_tell(b) (int)BIO_ctrl(b,BIO_C_FILE_TELL,0,NULL) macro

Completed in 38 milliseconds

123