/third_party/node/deps/openssl/openssl/crypto/bio/ |
H A D | bio_cb.c | 72 case BIO_CB_RETURN | BIO_CB_READ: in BIO_debug_callback_ex() 75 case BIO_CB_RETURN | BIO_CB_WRITE: in BIO_debug_callback_ex() 78 case BIO_CB_RETURN | BIO_CB_GETS: in BIO_debug_callback_ex() 81 case BIO_CB_RETURN | BIO_CB_PUTS: in BIO_debug_callback_ex() 84 case BIO_CB_RETURN | BIO_CB_CTRL: in BIO_debug_callback_ex()
|
H A D | bio_lib.c | 50 /* Strip off any BIO_CB_RETURN flag */ in bio_call_callback() 51 bareoper = oper & ~BIO_CB_RETURN; in bio_call_callback() 65 if (inret > 0 && (oper & BIO_CB_RETURN) && bareoper != BIO_CB_CTRL) { in bio_call_callback() 73 if (ret > 0 && (oper & BIO_CB_RETURN) && bareoper != BIO_CB_CTRL) { in bio_call_callback() 298 ret = (int)bio_call_callback(b, BIO_CB_READ | BIO_CB_RETURN, data, in bio_read_intern() 369 ret = (int)bio_call_callback(b, BIO_CB_WRITE | BIO_CB_RETURN, data, in bio_write_intern() 435 ret = (int)bio_call_callback(b, BIO_CB_PUTS | BIO_CB_RETURN, buf, 0, 0, in BIO_puts() 488 ret = (int)bio_call_callback(b, BIO_CB_GETS | BIO_CB_RETURN, buf, size, in BIO_gets() 583 ret = bio_call_callback(b, BIO_CB_CTRL | BIO_CB_RETURN, parg, 0, cmd, in BIO_ctrl() 611 ret = bio_call_callback(b, BIO_CB_CTRL | BIO_CB_RETURN, (voi in BIO_callback_ctrl() [all...] |
/third_party/openssl/crypto/bio/ |
H A D | bio_cb.c | 72 case BIO_CB_RETURN | BIO_CB_READ: in BIO_debug_callback_ex() 75 case BIO_CB_RETURN | BIO_CB_WRITE: in BIO_debug_callback_ex() 78 case BIO_CB_RETURN | BIO_CB_GETS: in BIO_debug_callback_ex() 81 case BIO_CB_RETURN | BIO_CB_PUTS: in BIO_debug_callback_ex() 84 case BIO_CB_RETURN | BIO_CB_CTRL: in BIO_debug_callback_ex()
|
H A D | bio_lib.c | 50 /* Strip off any BIO_CB_RETURN flag */ in bio_call_callback() 51 bareoper = oper & ~BIO_CB_RETURN; in bio_call_callback() 65 if (inret > 0 && (oper & BIO_CB_RETURN) && bareoper != BIO_CB_CTRL) { in bio_call_callback() 73 if (ret > 0 && (oper & BIO_CB_RETURN) && bareoper != BIO_CB_CTRL) { in bio_call_callback() 298 ret = (int)bio_call_callback(b, BIO_CB_READ | BIO_CB_RETURN, data, in bio_read_intern() 369 ret = (int)bio_call_callback(b, BIO_CB_WRITE | BIO_CB_RETURN, data, in bio_write_intern() 435 ret = (int)bio_call_callback(b, BIO_CB_PUTS | BIO_CB_RETURN, buf, 0, 0, in BIO_puts() 488 ret = (int)bio_call_callback(b, BIO_CB_GETS | BIO_CB_RETURN, buf, size, in BIO_gets() 583 ret = bio_call_callback(b, BIO_CB_CTRL | BIO_CB_RETURN, parg, 0, cmd, in BIO_ctrl() 611 ret = bio_call_callback(b, BIO_CB_CTRL | BIO_CB_RETURN, (voi in BIO_callback_ctrl() [all...] |
/third_party/openssl/test/ |
H A D | bio_callback_test.c | 73 || !TEST_int_eq(my_param_oper[1], BIO_CB_WRITE | BIO_CB_RETURN) in test_bio_callback_ex() 92 || !TEST_int_eq(my_param_oper[1], BIO_CB_READ | BIO_CB_RETURN) in test_bio_callback_ex() 112 || !TEST_int_eq(my_param_oper[1], BIO_CB_READ | BIO_CB_RETURN) in test_bio_callback_ex() 132 || !TEST_int_eq(my_param_oper[1], BIO_CB_CTRL | BIO_CB_RETURN) in test_bio_callback_ex() 149 || !TEST_int_eq(my_param_oper[1], BIO_CB_READ | BIO_CB_RETURN) in test_bio_callback_ex() 168 || !TEST_int_eq(my_param_oper[1], BIO_CB_PUTS | BIO_CB_RETURN) in test_bio_callback_ex() 245 || !TEST_int_eq(my_param_oper[1], BIO_CB_WRITE | BIO_CB_RETURN) in test_bio_callback() 263 || !TEST_int_eq(my_param_oper[1], BIO_CB_READ | BIO_CB_RETURN) in test_bio_callback() 282 || !TEST_int_eq(my_param_oper[1], BIO_CB_READ | BIO_CB_RETURN) in test_bio_callback() 302 || !TEST_int_eq(my_param_oper[1], BIO_CB_READ | BIO_CB_RETURN) in test_bio_callback() [all...] |
/third_party/openssl/ohos_lite/include/openssl/ |
H A D | bio.h | 229 * BIO_CB_RETURN flag indicates if it is after the call 231 # define BIO_CB_RETURN 0x80 macro 232 # define BIO_CB_return(a) ((a)|BIO_CB_RETURN) 233 # define BIO_cb_pre(a) (!((a)&BIO_CB_RETURN)) 234 # define BIO_cb_post(a) ((a)&BIO_CB_RETURN)
|
/third_party/node/deps/openssl/config/archs/darwin-i386-cc/no-asm/include/openssl/ |
H A D | bio.h | 268 * BIO_CB_RETURN flag indicates if it is after the call 270 # define BIO_CB_RETURN 0x80 macro 271 # define BIO_CB_return(a) ((a)|BIO_CB_RETURN) 272 # define BIO_cb_pre(a) (!((a)&BIO_CB_RETURN)) 273 # define BIO_cb_post(a) ((a)&BIO_CB_RETURN)
|
/third_party/node/deps/openssl/config/archs/linux-aarch64/no-asm/include/openssl/ |
H A D | bio.h | 268 * BIO_CB_RETURN flag indicates if it is after the call 270 # define BIO_CB_RETURN 0x80 macro 271 # define BIO_CB_return(a) ((a)|BIO_CB_RETURN) 272 # define BIO_cb_pre(a) (!((a)&BIO_CB_RETURN)) 273 # define BIO_cb_post(a) ((a)&BIO_CB_RETURN)
|
/third_party/node/deps/openssl/config/archs/linux-aarch64/asm_avx2/include/openssl/ |
H A D | bio.h | 268 * BIO_CB_RETURN flag indicates if it is after the call 270 # define BIO_CB_RETURN 0x80 macro 271 # define BIO_CB_return(a) ((a)|BIO_CB_RETURN) 272 # define BIO_cb_pre(a) (!((a)&BIO_CB_RETURN)) 273 # define BIO_cb_post(a) ((a)&BIO_CB_RETURN)
|
/third_party/node/deps/openssl/config/archs/linux-aarch64/asm/include/openssl/ |
H A D | bio.h | 268 * BIO_CB_RETURN flag indicates if it is after the call 270 # define BIO_CB_RETURN 0x80 macro 271 # define BIO_CB_return(a) ((a)|BIO_CB_RETURN) 272 # define BIO_cb_pre(a) (!((a)&BIO_CB_RETURN)) 273 # define BIO_cb_post(a) ((a)&BIO_CB_RETURN)
|
/third_party/node/deps/openssl/config/archs/linux-elf/asm_avx2/include/openssl/ |
H A D | bio.h | 268 * BIO_CB_RETURN flag indicates if it is after the call 270 # define BIO_CB_RETURN 0x80 macro 271 # define BIO_CB_return(a) ((a)|BIO_CB_RETURN) 272 # define BIO_cb_pre(a) (!((a)&BIO_CB_RETURN)) 273 # define BIO_cb_post(a) ((a)&BIO_CB_RETURN)
|
/third_party/node/deps/openssl/config/archs/darwin64-arm64-cc/asm/include/openssl/ |
H A D | bio.h | 268 * BIO_CB_RETURN flag indicates if it is after the call 270 # define BIO_CB_RETURN 0x80 macro 271 # define BIO_CB_return(a) ((a)|BIO_CB_RETURN) 272 # define BIO_cb_pre(a) (!((a)&BIO_CB_RETURN)) 273 # define BIO_cb_post(a) ((a)&BIO_CB_RETURN)
|
/third_party/node/deps/openssl/config/archs/linux-armv4/asm/include/openssl/ |
H A D | bio.h | 268 * BIO_CB_RETURN flag indicates if it is after the call 270 # define BIO_CB_RETURN 0x80 macro 271 # define BIO_CB_return(a) ((a)|BIO_CB_RETURN) 272 # define BIO_cb_pre(a) (!((a)&BIO_CB_RETURN)) 273 # define BIO_cb_post(a) ((a)&BIO_CB_RETURN)
|
/third_party/node/deps/openssl/config/archs/darwin64-x86_64-cc/no-asm/include/openssl/ |
H A D | bio.h | 268 * BIO_CB_RETURN flag indicates if it is after the call 270 # define BIO_CB_RETURN 0x80 macro 271 # define BIO_CB_return(a) ((a)|BIO_CB_RETURN) 272 # define BIO_cb_pre(a) (!((a)&BIO_CB_RETURN)) 273 # define BIO_cb_post(a) ((a)&BIO_CB_RETURN)
|
/third_party/node/deps/openssl/config/archs/linux-elf/asm/include/openssl/ |
H A D | bio.h | 268 * BIO_CB_RETURN flag indicates if it is after the call 270 # define BIO_CB_RETURN 0x80 macro 271 # define BIO_CB_return(a) ((a)|BIO_CB_RETURN) 272 # define BIO_cb_pre(a) (!((a)&BIO_CB_RETURN)) 273 # define BIO_cb_post(a) ((a)&BIO_CB_RETURN)
|
/third_party/node/deps/openssl/config/archs/darwin64-arm64-cc/no-asm/include/openssl/ |
H A D | bio.h | 268 * BIO_CB_RETURN flag indicates if it is after the call 270 # define BIO_CB_RETURN 0x80 macro 271 # define BIO_CB_return(a) ((a)|BIO_CB_RETURN) 272 # define BIO_cb_pre(a) (!((a)&BIO_CB_RETURN)) 273 # define BIO_cb_post(a) ((a)&BIO_CB_RETURN)
|
/third_party/node/deps/openssl/config/archs/darwin64-arm64-cc/asm_avx2/include/openssl/ |
H A D | bio.h | 268 * BIO_CB_RETURN flag indicates if it is after the call 270 # define BIO_CB_RETURN 0x80 macro 271 # define BIO_CB_return(a) ((a)|BIO_CB_RETURN) 272 # define BIO_cb_pre(a) (!((a)&BIO_CB_RETURN)) 273 # define BIO_cb_post(a) ((a)&BIO_CB_RETURN)
|
/third_party/node/deps/openssl/config/archs/darwin64-x86_64-cc/asm/include/openssl/ |
H A D | bio.h | 268 * BIO_CB_RETURN flag indicates if it is after the call 270 # define BIO_CB_RETURN 0x80 macro 271 # define BIO_CB_return(a) ((a)|BIO_CB_RETURN) 272 # define BIO_cb_pre(a) (!((a)&BIO_CB_RETURN)) 273 # define BIO_cb_post(a) ((a)&BIO_CB_RETURN)
|
/third_party/node/deps/openssl/config/archs/linux-armv4/no-asm/include/openssl/ |
H A D | bio.h | 268 * BIO_CB_RETURN flag indicates if it is after the call 270 # define BIO_CB_RETURN 0x80 macro 271 # define BIO_CB_return(a) ((a)|BIO_CB_RETURN) 272 # define BIO_cb_pre(a) (!((a)&BIO_CB_RETURN)) 273 # define BIO_cb_post(a) ((a)&BIO_CB_RETURN)
|
/third_party/node/deps/openssl/config/archs/BSD-x86/no-asm/include/openssl/ |
H A D | bio.h | 268 * BIO_CB_RETURN flag indicates if it is after the call 270 # define BIO_CB_RETURN 0x80 macro 271 # define BIO_CB_return(a) ((a)|BIO_CB_RETURN) 272 # define BIO_cb_pre(a) (!((a)&BIO_CB_RETURN)) 273 # define BIO_cb_post(a) ((a)&BIO_CB_RETURN)
|
/third_party/node/deps/openssl/config/archs/BSD-x86_64/asm_avx2/include/openssl/ |
H A D | bio.h | 268 * BIO_CB_RETURN flag indicates if it is after the call 270 # define BIO_CB_RETURN 0x80 macro 271 # define BIO_CB_return(a) ((a)|BIO_CB_RETURN) 272 # define BIO_cb_pre(a) (!((a)&BIO_CB_RETURN)) 273 # define BIO_cb_post(a) ((a)&BIO_CB_RETURN)
|
/third_party/node/deps/openssl/config/archs/BSD-x86/asm_avx2/include/openssl/ |
H A D | bio.h | 268 * BIO_CB_RETURN flag indicates if it is after the call 270 # define BIO_CB_RETURN 0x80 macro 271 # define BIO_CB_return(a) ((a)|BIO_CB_RETURN) 272 # define BIO_cb_pre(a) (!((a)&BIO_CB_RETURN)) 273 # define BIO_cb_post(a) ((a)&BIO_CB_RETURN)
|
/third_party/node/deps/openssl/config/archs/BSD-x86_64/no-asm/include/openssl/ |
H A D | bio.h | 268 * BIO_CB_RETURN flag indicates if it is after the call 270 # define BIO_CB_RETURN 0x80 macro 271 # define BIO_CB_return(a) ((a)|BIO_CB_RETURN) 272 # define BIO_cb_pre(a) (!((a)&BIO_CB_RETURN)) 273 # define BIO_cb_post(a) ((a)&BIO_CB_RETURN)
|
/third_party/node/deps/openssl/config/archs/BSD-x86/asm/include/openssl/ |
H A D | bio.h | 268 * BIO_CB_RETURN flag indicates if it is after the call 270 # define BIO_CB_RETURN 0x80 macro 271 # define BIO_CB_return(a) ((a)|BIO_CB_RETURN) 272 # define BIO_cb_pre(a) (!((a)&BIO_CB_RETURN)) 273 # define BIO_cb_post(a) ((a)&BIO_CB_RETURN)
|
/third_party/node/deps/openssl/config/archs/BSD-x86_64/asm/include/openssl/ |
H A D | bio.h | 268 * BIO_CB_RETURN flag indicates if it is after the call 270 # define BIO_CB_RETURN 0x80 macro 271 # define BIO_CB_return(a) ((a)|BIO_CB_RETURN) 272 # define BIO_cb_pre(a) (!((a)&BIO_CB_RETURN)) 273 # define BIO_cb_post(a) ((a)&BIO_CB_RETURN)
|