/netbsd/crypto/external/bsd/openssl.old/dist/crypto/bio/ |
H A D | bio_cb.c | 66 case BIO_CB_CTRL: in BIO_debug_callback() 82 case BIO_CB_RETURN | BIO_CB_CTRL: in BIO_debug_callback()
|
H A D | bio_lib.c | 55 if (inret > 0 && (oper & BIO_CB_RETURN) && bareoper != BIO_CB_CTRL) { in bio_call_callback() 63 if (ret > 0 && (oper & BIO_CB_RETURN) && bareoper != BIO_CB_CTRL) { in bio_call_callback() 523 ret = bio_call_callback(b, BIO_CB_CTRL, parg, 0, cmd, larg, 1L, NULL); in BIO_ctrl() 531 ret = bio_call_callback(b, BIO_CB_CTRL | BIO_CB_RETURN, parg, 0, cmd, in BIO_ctrl() 551 ret = bio_call_callback(b, BIO_CB_CTRL, (void *)&fp, 0, cmd, 0, 1L, in BIO_callback_ctrl() 560 ret = bio_call_callback(b, BIO_CB_CTRL | BIO_CB_RETURN, (void *)&fp, 0, in BIO_callback_ctrl()
|
/netbsd/crypto/external/bsd/openssl/dist/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()
|
/netbsd/crypto/external/bsd/openssl/dist/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()
|
/netbsd/crypto/external/bsd/openssl.old/dist/doc/man3/ |
H A D | BIO_set_callback.pod | 192 callback_ex(b, BIO_CB_CTRL, parg, 0, cmd, larg, 1L, NULL) 196 callback(b, BIO_CB_CTRL, parg, cmd, larg, 1L) 200 callback_ex(b, BIO_CB_CTRL | BIO_CB_RETURN, parg, 0, cmd, larg, ret, NULL) 204 callback(b, BIO_CB_CTRL|BIO_CB_RETURN, parg, cmd, larg, ret)
|
/netbsd/crypto/external/bsd/openssl/dist/doc/man3/ |
H A D | BIO_set_callback.pod | 201 callback_ex(b, BIO_CB_CTRL, parg, 0, cmd, larg, 1L, NULL) 205 callback(b, BIO_CB_CTRL, parg, cmd, larg, 1L) 209 callback_ex(b, BIO_CB_CTRL | BIO_CB_RETURN, parg, 0, cmd, larg, ret, NULL) 213 callback(b, BIO_CB_CTRL|BIO_CB_RETURN, parg, cmd, larg, ret)
|
/netbsd/crypto/external/bsd/openssl.old/dist/crypto/evp/ |
H A D | bio_enc.c | 424 (callback(b, BIO_CB_CTRL, (const char *)c, BIO_CTRL_SET, e, in BIO_set_cipher() 434 return callback(b, BIO_CB_CTRL, (const char *)c, BIO_CTRL_SET, e, 1L); in BIO_set_cipher()
|
/netbsd/crypto/external/bsd/openssl/dist/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()
|
/netbsd/crypto/external/bsd/openssl.old/dist/include/openssl/ |
H A D | bio.h | 225 # define BIO_CB_CTRL 0x06 macro
|
/netbsd/crypto/external/bsd/openssl/dist/include/openssl/ |
H A D | bio.h.in | 265 # define BIO_CB_CTRL 0x06 macro
|