Home
last modified time | relevance | path

Searched refs:BIO_CB_READ (Results 1 - 25 of 68) sorted by relevance

123

/third_party/openssl/test/
H A Dbio_callback_test.c86 || !TEST_int_eq(my_param_oper[0], BIO_CB_READ) in test_bio_callback_ex()
92 || !TEST_int_eq(my_param_oper[1], BIO_CB_READ | BIO_CB_RETURN) in test_bio_callback_ex()
106 || !TEST_int_eq(my_param_oper[0], BIO_CB_READ) in test_bio_callback_ex()
112 || !TEST_int_eq(my_param_oper[1], BIO_CB_READ | BIO_CB_RETURN) in test_bio_callback_ex()
143 || !TEST_int_eq(my_param_oper[0], BIO_CB_READ) in test_bio_callback_ex()
149 || !TEST_int_eq(my_param_oper[1], BIO_CB_READ | BIO_CB_RETURN) in test_bio_callback_ex()
257 || !TEST_int_eq(my_param_oper[0], BIO_CB_READ) in test_bio_callback()
263 || !TEST_int_eq(my_param_oper[1], BIO_CB_READ | BIO_CB_RETURN) in test_bio_callback()
276 || !TEST_int_eq(my_param_oper[0], BIO_CB_READ) in test_bio_callback()
282 || !TEST_int_eq(my_param_oper[1], BIO_CB_READ | BIO_CB_RETUR in test_bio_callback()
[all...]
H A Dbio_memleak_test.c229 if ((cmd & (BIO_CB_READ | BIO_CB_RETURN)) != 0) { in BIO_error_callback()
/third_party/node/deps/openssl/openssl/crypto/bio/
H A Dbio_cb.c43 case BIO_CB_READ: in BIO_debug_callback_ex()
72 case BIO_CB_RETURN | BIO_CB_READ: in BIO_debug_callback_ex()
H A Dbio_lib.c22 #define HAS_LEN_OPER(o) ((o) == BIO_CB_READ || (o) == BIO_CB_WRITE \
283 ((ret = (int)bio_call_callback(b, BIO_CB_READ, data, dlen, 0, 0L, 1L, in bio_read_intern()
298 ret = (int)bio_call_callback(b, BIO_CB_READ | BIO_CB_RETURN, data, in bio_read_intern()
/third_party/openssl/crypto/bio/
H A Dbio_cb.c43 case BIO_CB_READ: in BIO_debug_callback_ex()
72 case BIO_CB_RETURN | BIO_CB_READ: in BIO_debug_callback_ex()
H A Dbio_lib.c22 #define HAS_LEN_OPER(o) ((o) == BIO_CB_READ || (o) == BIO_CB_WRITE \
283 ((ret = (int)bio_call_callback(b, BIO_CB_READ, data, dlen, 0, 0L, 1L, in bio_read_intern()
298 ret = (int)bio_call_callback(b, BIO_CB_READ | BIO_CB_RETURN, data, in bio_read_intern()
/third_party/openssl/ohos_lite/include/openssl/
H A Dbio.h221 # define BIO_CB_READ 0x02 macro
/third_party/node/deps/openssl/config/archs/darwin-i386-cc/no-asm/include/openssl/
H A Dbio.h260 # define BIO_CB_READ 0x02 macro
/third_party/node/deps/openssl/config/archs/linux-aarch64/no-asm/include/openssl/
H A Dbio.h260 # define BIO_CB_READ 0x02 macro
/third_party/node/deps/openssl/config/archs/linux-aarch64/asm_avx2/include/openssl/
H A Dbio.h260 # define BIO_CB_READ 0x02 macro
/third_party/node/deps/openssl/config/archs/linux-aarch64/asm/include/openssl/
H A Dbio.h260 # define BIO_CB_READ 0x02 macro
/third_party/node/deps/openssl/config/archs/linux-elf/asm_avx2/include/openssl/
H A Dbio.h260 # define BIO_CB_READ 0x02 macro
/third_party/node/deps/openssl/config/archs/darwin64-arm64-cc/asm/include/openssl/
H A Dbio.h260 # define BIO_CB_READ 0x02 macro
/third_party/node/deps/openssl/config/archs/linux-armv4/asm/include/openssl/
H A Dbio.h260 # define BIO_CB_READ 0x02 macro
/third_party/node/deps/openssl/config/archs/darwin64-x86_64-cc/no-asm/include/openssl/
H A Dbio.h260 # define BIO_CB_READ 0x02 macro
/third_party/node/deps/openssl/config/archs/linux-elf/asm/include/openssl/
H A Dbio.h260 # define BIO_CB_READ 0x02 macro
/third_party/node/deps/openssl/config/archs/darwin64-arm64-cc/no-asm/include/openssl/
H A Dbio.h260 # define BIO_CB_READ 0x02 macro
/third_party/node/deps/openssl/config/archs/darwin64-arm64-cc/asm_avx2/include/openssl/
H A Dbio.h260 # define BIO_CB_READ 0x02 macro
/third_party/node/deps/openssl/config/archs/darwin64-x86_64-cc/asm/include/openssl/
H A Dbio.h260 # define BIO_CB_READ 0x02 macro
/third_party/node/deps/openssl/config/archs/linux-armv4/no-asm/include/openssl/
H A Dbio.h260 # define BIO_CB_READ 0x02 macro
/third_party/node/deps/openssl/config/archs/BSD-x86/no-asm/include/openssl/
H A Dbio.h260 # define BIO_CB_READ 0x02 macro
/third_party/node/deps/openssl/config/archs/BSD-x86_64/asm_avx2/include/openssl/
H A Dbio.h260 # define BIO_CB_READ 0x02 macro
/third_party/node/deps/openssl/config/archs/BSD-x86/asm_avx2/include/openssl/
H A Dbio.h260 # define BIO_CB_READ 0x02 macro
/third_party/node/deps/openssl/config/archs/BSD-x86_64/no-asm/include/openssl/
H A Dbio.h260 # define BIO_CB_READ 0x02 macro
/third_party/node/deps/openssl/config/archs/BSD-x86/asm/include/openssl/
H A Dbio.h260 # define BIO_CB_READ 0x02 macro

Completed in 39 milliseconds

123