Searched refs:BIO_CB_FREE (Results 1 – 5 of 5) sorted by relevance
/third_party/openssl/crypto/bio/ |
D | bio_cb.c | 38 case BIO_CB_FREE: in BIO_debug_callback()
|
D | bio_lib.c | 126 ret = (int)bio_call_callback(a, BIO_CB_FREE, NULL, 0, 0, 0L, 1L, NULL); in BIO_free()
|
/third_party/openssl/doc/man3/ |
D | BIO_set_callback.pod | 107 callback_ex(b, BIO_CB_FREE, NULL, 0, 0, 0L, 1L, NULL) 111 callback(b, BIO_CB_FREE, NULL, 0L, 0L, 1L)
|
/third_party/openssl/test/ |
D | bio_callback_test.c | 154 || !TEST_int_eq(my_param_oper[0], BIO_CB_FREE) in test_bio_callback()
|
/third_party/openssl/include/openssl/ |
D | bio.h | 220 # define BIO_CB_FREE 0x01 macro
|