/third_party/node/deps/openssl/openssl/crypto/bio/ |
H A D | bio_cb.c | 68 case BIO_CB_CTRL: in BIO_debug_callback_ex() 84 case BIO_CB_RETURN | BIO_CB_CTRL: in BIO_debug_callback_ex()
|
H A D | bio_lib.c | 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() 575 ret = bio_call_callback(b, BIO_CB_CTRL, parg, 0, cmd, larg, 1L, NULL); in BIO_ctrl() 583 ret = bio_call_callback(b, BIO_CB_CTRL | BIO_CB_RETURN, parg, 0, cmd, in BIO_ctrl() 602 ret = bio_call_callback(b, BIO_CB_CTRL, (void *)&fp, 0, cmd, 0, 1L, in BIO_callback_ctrl() 611 ret = bio_call_callback(b, BIO_CB_CTRL | BIO_CB_RETURN, (void *)&fp, 0, in BIO_callback_ctrl()
|
/third_party/openssl/crypto/bio/ |
H A D | bio_cb.c | 68 case BIO_CB_CTRL: in BIO_debug_callback_ex() 84 case BIO_CB_RETURN | BIO_CB_CTRL: in BIO_debug_callback_ex()
|
H A D | bio_lib.c | 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() 575 ret = bio_call_callback(b, BIO_CB_CTRL, parg, 0, cmd, larg, 1L, NULL); in BIO_ctrl() 583 ret = bio_call_callback(b, BIO_CB_CTRL | BIO_CB_RETURN, parg, 0, cmd, in BIO_ctrl() 602 ret = bio_call_callback(b, BIO_CB_CTRL, (void *)&fp, 0, cmd, 0, 1L, in BIO_callback_ctrl() 611 ret = bio_call_callback(b, BIO_CB_CTRL | BIO_CB_RETURN, (void *)&fp, 0, in BIO_callback_ctrl()
|
/third_party/node/deps/openssl/openssl/crypto/evp/ |
H A D | bio_enc.c | 420 if (callback_ex(b, BIO_CB_CTRL, (const char *)c, 0, BIO_CTRL_SET, in BIO_set_cipher() 429 (callback(b, BIO_CB_CTRL, (const char *)c, BIO_CTRL_SET, e, in BIO_set_cipher() 441 return callback_ex(b, BIO_CB_CTRL | BIO_CB_RETURN, (const char *)c, 0, in BIO_set_cipher() 445 return callback(b, BIO_CB_CTRL, (const char *)c, BIO_CTRL_SET, e, 1L); in BIO_set_cipher()
|
/third_party/openssl/crypto/evp/ |
H A D | bio_enc.c | 420 if (callback_ex(b, BIO_CB_CTRL, (const char *)c, 0, BIO_CTRL_SET, in BIO_set_cipher() 429 (callback(b, BIO_CB_CTRL, (const char *)c, BIO_CTRL_SET, e, in BIO_set_cipher() 441 return callback_ex(b, BIO_CB_CTRL | BIO_CB_RETURN, (const char *)c, 0, in BIO_set_cipher() 445 return callback(b, BIO_CB_CTRL, (const char *)c, BIO_CTRL_SET, e, 1L); in BIO_set_cipher()
|
/third_party/openssl/test/ |
H A D | bio_callback_test.c | 126 || !TEST_int_eq(my_param_oper[0], BIO_CB_CTRL) in test_bio_callback_ex() 132 || !TEST_int_eq(my_param_oper[1], BIO_CB_CTRL | BIO_CB_RETURN) in test_bio_callback_ex()
|
H A D | http_test.c | 107 if (oper == (BIO_CB_CTRL | BIO_CB_RETURN) && cmd == BIO_CTRL_FLUSH) in http_bio_cb_ex()
|
/third_party/openssl/ohos_lite/include/openssl/ |
H A D | bio.h | 225 # define BIO_CB_CTRL 0x06 macro
|
/third_party/node/deps/openssl/config/archs/darwin-i386-cc/no-asm/include/openssl/ |
H A D | bio.h | 264 # define BIO_CB_CTRL 0x06 macro
|
/third_party/node/deps/openssl/config/archs/linux-aarch64/no-asm/include/openssl/ |
H A D | bio.h | 264 # define BIO_CB_CTRL 0x06 macro
|
/third_party/node/deps/openssl/config/archs/linux-aarch64/asm_avx2/include/openssl/ |
H A D | bio.h | 264 # define BIO_CB_CTRL 0x06 macro
|
/third_party/node/deps/openssl/config/archs/linux-aarch64/asm/include/openssl/ |
H A D | bio.h | 264 # define BIO_CB_CTRL 0x06 macro
|
/third_party/node/deps/openssl/config/archs/linux-elf/asm_avx2/include/openssl/ |
H A D | bio.h | 264 # define BIO_CB_CTRL 0x06 macro
|
/third_party/node/deps/openssl/config/archs/darwin64-arm64-cc/asm/include/openssl/ |
H A D | bio.h | 264 # define BIO_CB_CTRL 0x06 macro
|
/third_party/node/deps/openssl/config/archs/linux-armv4/asm/include/openssl/ |
H A D | bio.h | 264 # define BIO_CB_CTRL 0x06 macro
|
/third_party/node/deps/openssl/config/archs/darwin64-x86_64-cc/no-asm/include/openssl/ |
H A D | bio.h | 264 # define BIO_CB_CTRL 0x06 macro
|
/third_party/node/deps/openssl/config/archs/linux-elf/asm/include/openssl/ |
H A D | bio.h | 264 # define BIO_CB_CTRL 0x06 macro
|
/third_party/node/deps/openssl/config/archs/darwin64-arm64-cc/no-asm/include/openssl/ |
H A D | bio.h | 264 # define BIO_CB_CTRL 0x06 macro
|
/third_party/node/deps/openssl/config/archs/darwin64-arm64-cc/asm_avx2/include/openssl/ |
H A D | bio.h | 264 # define BIO_CB_CTRL 0x06 macro
|
/third_party/node/deps/openssl/config/archs/darwin64-x86_64-cc/asm/include/openssl/ |
H A D | bio.h | 264 # define BIO_CB_CTRL 0x06 macro
|
/third_party/node/deps/openssl/config/archs/linux-armv4/no-asm/include/openssl/ |
H A D | bio.h | 264 # define BIO_CB_CTRL 0x06 macro
|
/third_party/node/deps/openssl/config/archs/BSD-x86/no-asm/include/openssl/ |
H A D | bio.h | 264 # define BIO_CB_CTRL 0x06 macro
|
/third_party/node/deps/openssl/config/archs/BSD-x86_64/asm_avx2/include/openssl/ |
H A D | bio.h | 264 # define BIO_CB_CTRL 0x06 macro
|
/third_party/node/deps/openssl/config/archs/BSD-x86/asm_avx2/include/openssl/ |
H A D | bio.h | 264 # define BIO_CB_CTRL 0x06 macro
|