/third_party/node/test/cctest/ |
H A D | test_node_crypto_env.cc | 12 * 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 D | bio_readbuffer_test.c | 77 if (!TEST_int_eq(BIO_seek(in_bio, 0), 1)) in test_readbuffer_file_bio()
|
H A D | enginetest.c | 403 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 D | pem_pkey.c | 244 && (BIO_seek(bp, pos) < 0 in pem_read_bio_key()
|
/third_party/openssl/crypto/pem/ |
H A D | pem_pkey.c | 244 && (BIO_seek(bp, pos) < 0 in pem_read_bio_key()
|
/third_party/node/deps/openssl/openssl/crypto/encode_decode/ |
H A D | decoder_lib.c | 933 * 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 D | decoder_lib.c | 932 * 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 D | bio.h | 420 # 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 D | bio.h | 495 # 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 D | bio.h | 495 # 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 D | bio.h | 495 # 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 D | bio.h | 495 # 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 D | bio.h | 495 # 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 D | bio.h | 495 # 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 D | bio.h | 495 # 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 D | bio.h | 495 # 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 D | bio.h | 495 # 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 D | bio.h | 495 # 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 D | bio.h | 495 # 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 D | bio.h | 495 # 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 D | bio.h | 495 # 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 D | bio.h | 495 # 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 D | bio.h | 495 # 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 D | bio.h | 495 # 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 D | bio.h | 495 # define BIO_seek(b,ofs) (int)BIO_ctrl(b,BIO_C_FILE_SEEK,ofs,NULL) macro
|