/third_party/node/deps/openssl/openssl/crypto/bio/ |
H A D | bio_cb.c | 61 case BIO_CB_PUTS: in BIO_debug_callback_ex() 81 case BIO_CB_RETURN | BIO_CB_PUTS: in BIO_debug_callback_ex()
|
H A D | bio_lib.c | 416 ret = (int)bio_call_callback(b, BIO_CB_PUTS, buf, 0, 0, 0L, 1L, NULL); in BIO_puts() 435 ret = (int)bio_call_callback(b, BIO_CB_PUTS | BIO_CB_RETURN, buf, 0, 0, in BIO_puts()
|
/third_party/openssl/crypto/bio/ |
H A D | bio_cb.c | 61 case BIO_CB_PUTS: in BIO_debug_callback_ex() 81 case BIO_CB_RETURN | BIO_CB_PUTS: in BIO_debug_callback_ex()
|
H A D | bio_lib.c | 416 ret = (int)bio_call_callback(b, BIO_CB_PUTS, buf, 0, 0, 0L, 1L, NULL); in BIO_puts() 435 ret = (int)bio_call_callback(b, BIO_CB_PUTS | BIO_CB_RETURN, buf, 0, 0, in BIO_puts()
|
/third_party/openssl/test/ |
H A D | bio_callback_test.c | 162 || !TEST_int_eq(my_param_oper[0], BIO_CB_PUTS) in test_bio_callback_ex() 168 || !TEST_int_eq(my_param_oper[1], BIO_CB_PUTS | BIO_CB_RETURN) in test_bio_callback_ex() 314 || !TEST_int_eq(my_param_oper[0], BIO_CB_PUTS) in test_bio_callback() 320 || !TEST_int_eq(my_param_oper[1], BIO_CB_PUTS | BIO_CB_RETURN) in test_bio_callback()
|
/third_party/openssl/ohos_lite/include/openssl/ |
H A D | bio.h | 223 # define BIO_CB_PUTS 0x04 macro
|
/third_party/node/deps/openssl/config/archs/darwin-i386-cc/no-asm/include/openssl/ |
H A D | bio.h | 262 # define BIO_CB_PUTS 0x04 macro
|
/third_party/node/deps/openssl/config/archs/linux-aarch64/no-asm/include/openssl/ |
H A D | bio.h | 262 # define BIO_CB_PUTS 0x04 macro
|
/third_party/node/deps/openssl/config/archs/linux-aarch64/asm_avx2/include/openssl/ |
H A D | bio.h | 262 # define BIO_CB_PUTS 0x04 macro
|
/third_party/node/deps/openssl/config/archs/linux-aarch64/asm/include/openssl/ |
H A D | bio.h | 262 # define BIO_CB_PUTS 0x04 macro
|
/third_party/node/deps/openssl/config/archs/linux-elf/asm_avx2/include/openssl/ |
H A D | bio.h | 262 # define BIO_CB_PUTS 0x04 macro
|
/third_party/node/deps/openssl/config/archs/darwin64-arm64-cc/asm/include/openssl/ |
H A D | bio.h | 262 # define BIO_CB_PUTS 0x04 macro
|
/third_party/node/deps/openssl/config/archs/linux-armv4/asm/include/openssl/ |
H A D | bio.h | 262 # define BIO_CB_PUTS 0x04 macro
|
/third_party/node/deps/openssl/config/archs/darwin64-x86_64-cc/no-asm/include/openssl/ |
H A D | bio.h | 262 # define BIO_CB_PUTS 0x04 macro
|
/third_party/node/deps/openssl/config/archs/linux-elf/asm/include/openssl/ |
H A D | bio.h | 262 # define BIO_CB_PUTS 0x04 macro
|
/third_party/node/deps/openssl/config/archs/darwin64-arm64-cc/no-asm/include/openssl/ |
H A D | bio.h | 262 # define BIO_CB_PUTS 0x04 macro
|
/third_party/node/deps/openssl/config/archs/darwin64-arm64-cc/asm_avx2/include/openssl/ |
H A D | bio.h | 262 # define BIO_CB_PUTS 0x04 macro
|
/third_party/node/deps/openssl/config/archs/darwin64-x86_64-cc/asm/include/openssl/ |
H A D | bio.h | 262 # define BIO_CB_PUTS 0x04 macro
|
/third_party/node/deps/openssl/config/archs/linux-armv4/no-asm/include/openssl/ |
H A D | bio.h | 262 # define BIO_CB_PUTS 0x04 macro
|
/third_party/node/deps/openssl/config/archs/BSD-x86/no-asm/include/openssl/ |
H A D | bio.h | 262 # define BIO_CB_PUTS 0x04 macro
|
/third_party/node/deps/openssl/config/archs/BSD-x86_64/asm_avx2/include/openssl/ |
H A D | bio.h | 262 # define BIO_CB_PUTS 0x04 macro
|
/third_party/node/deps/openssl/config/archs/BSD-x86/asm_avx2/include/openssl/ |
H A D | bio.h | 262 # define BIO_CB_PUTS 0x04 macro
|
/third_party/node/deps/openssl/config/archs/BSD-x86_64/no-asm/include/openssl/ |
H A D | bio.h | 262 # define BIO_CB_PUTS 0x04 macro
|
/third_party/node/deps/openssl/config/archs/BSD-x86/asm/include/openssl/ |
H A D | bio.h | 262 # define BIO_CB_PUTS 0x04 macro
|
/third_party/node/deps/openssl/config/archs/BSD-x86_64/asm/include/openssl/ |
H A D | bio.h | 262 # define BIO_CB_PUTS 0x04 macro
|