Home
last modified time | relevance | path

Searched refs:BIO_seek (Results 1 - 25 of 66) sorted by relevance

123

/third_party/node/test/cctest/
H A Dtest_node_crypto_env.cc12 * and BIO_seek, otherwise PEM_read_bio_PrivateKey fails on some keys
27 ASSERT_EQ(BIO_seek(bio.get(), ofs), ofs); in TEST_F()
/third_party/openssl/test/
H A Dbio_readbuffer_test.c77 if (!TEST_int_eq(BIO_seek(in_bio, 0), 1)) in test_readbuffer_file_bio()
H A Denginetest.c403 if (!TEST_int_ge(BIO_seek(b, 0), 0) in test_x509_dup_w_engine()
/third_party/node/deps/openssl/openssl/crypto/pem/
H A Dpem_pkey.c244 && (BIO_seek(bp, pos) < 0 in pem_read_bio_key()
/third_party/openssl/crypto/pem/
H A Dpem_pkey.c244 && (BIO_seek(bp, pos) < 0 in pem_read_bio_key()
/third_party/node/deps/openssl/openssl/crypto/encode_decode/
H A Ddecoder_lib.c933 * Checking the return value of BIO_reset() or BIO_seek() is unsafe. in decoder_process()
938 * So, we simply do a BIO_seek(), and use BIO_tell() that we're back in decoder_process()
939 * at the same position. This is a best effort attempt, but BIO_seek() in decoder_process()
942 (void)BIO_seek(bio, loc); in decoder_process()
/third_party/openssl/crypto/encode_decode/
H A Ddecoder_lib.c932 * Checking the return value of BIO_reset() or BIO_seek() is unsafe. in decoder_process()
937 * So, we simply do a BIO_seek(), and use BIO_tell() that we're back in decoder_process()
938 * at the same position. This is a best effort attempt, but BIO_seek() in decoder_process()
941 (void)BIO_seek(bio, loc); in decoder_process()
/third_party/openssl/ohos_lite/include/openssl/
H A Dbio.h420 # define BIO_seek(b,ofs) (int)BIO_ctrl(b,BIO_C_FILE_SEEK,ofs,NULL) macro
/third_party/node/deps/openssl/config/archs/darwin-i386-cc/no-asm/include/openssl/
H A Dbio.h495 # define BIO_seek(b,ofs) (int)BIO_ctrl(b,BIO_C_FILE_SEEK,ofs,NULL) macro
/third_party/node/deps/openssl/config/archs/linux-aarch64/no-asm/include/openssl/
H A Dbio.h495 # define BIO_seek(b,ofs) (int)BIO_ctrl(b,BIO_C_FILE_SEEK,ofs,NULL) macro
/third_party/node/deps/openssl/config/archs/linux-aarch64/asm_avx2/include/openssl/
H A Dbio.h495 # define BIO_seek(b,ofs) (int)BIO_ctrl(b,BIO_C_FILE_SEEK,ofs,NULL) macro
/third_party/node/deps/openssl/config/archs/linux-aarch64/asm/include/openssl/
H A Dbio.h495 # define BIO_seek(b,ofs) (int)BIO_ctrl(b,BIO_C_FILE_SEEK,ofs,NULL) macro
/third_party/node/deps/openssl/config/archs/linux-elf/asm_avx2/include/openssl/
H A Dbio.h495 # define BIO_seek(b,ofs) (int)BIO_ctrl(b,BIO_C_FILE_SEEK,ofs,NULL) macro
/third_party/node/deps/openssl/config/archs/darwin64-arm64-cc/asm/include/openssl/
H A Dbio.h495 # define BIO_seek(b,ofs) (int)BIO_ctrl(b,BIO_C_FILE_SEEK,ofs,NULL) macro
/third_party/node/deps/openssl/config/archs/linux-armv4/asm/include/openssl/
H A Dbio.h495 # define BIO_seek(b,ofs) (int)BIO_ctrl(b,BIO_C_FILE_SEEK,ofs,NULL) macro
/third_party/node/deps/openssl/config/archs/darwin64-x86_64-cc/no-asm/include/openssl/
H A Dbio.h495 # define BIO_seek(b,ofs) (int)BIO_ctrl(b,BIO_C_FILE_SEEK,ofs,NULL) macro
/third_party/node/deps/openssl/config/archs/linux-elf/asm/include/openssl/
H A Dbio.h495 # define BIO_seek(b,ofs) (int)BIO_ctrl(b,BIO_C_FILE_SEEK,ofs,NULL) macro
/third_party/node/deps/openssl/config/archs/darwin64-arm64-cc/no-asm/include/openssl/
H A Dbio.h495 # define BIO_seek(b,ofs) (int)BIO_ctrl(b,BIO_C_FILE_SEEK,ofs,NULL) macro
/third_party/node/deps/openssl/config/archs/darwin64-arm64-cc/asm_avx2/include/openssl/
H A Dbio.h495 # define BIO_seek(b,ofs) (int)BIO_ctrl(b,BIO_C_FILE_SEEK,ofs,NULL) macro
/third_party/node/deps/openssl/config/archs/darwin64-x86_64-cc/asm/include/openssl/
H A Dbio.h495 # define BIO_seek(b,ofs) (int)BIO_ctrl(b,BIO_C_FILE_SEEK,ofs,NULL) macro
/third_party/node/deps/openssl/config/archs/linux-armv4/no-asm/include/openssl/
H A Dbio.h495 # define BIO_seek(b,ofs) (int)BIO_ctrl(b,BIO_C_FILE_SEEK,ofs,NULL) macro
/third_party/node/deps/openssl/config/archs/BSD-x86/no-asm/include/openssl/
H A Dbio.h495 # define BIO_seek(b,ofs) (int)BIO_ctrl(b,BIO_C_FILE_SEEK,ofs,NULL) macro
/third_party/node/deps/openssl/config/archs/BSD-x86_64/asm_avx2/include/openssl/
H A Dbio.h495 # define BIO_seek(b,ofs) (int)BIO_ctrl(b,BIO_C_FILE_SEEK,ofs,NULL) macro
/third_party/node/deps/openssl/config/archs/BSD-x86/asm_avx2/include/openssl/
H A Dbio.h495 # define BIO_seek(b,ofs) (int)BIO_ctrl(b,BIO_C_FILE_SEEK,ofs,NULL) macro
/third_party/node/deps/openssl/config/archs/BSD-x86_64/no-asm/include/openssl/
H A Dbio.h495 # define BIO_seek(b,ofs) (int)BIO_ctrl(b,BIO_C_FILE_SEEK,ofs,NULL) macro

Completed in 39 milliseconds

123