Searched refs:BIO_CB_FREE (Results 1 – 6 of 6) sorted by relevance
/freebsd/crypto/openssl/crypto/bio/ |
H A D | bio_cb.c | 40 case BIO_CB_FREE: in BIO_debug_callback_ex()
|
H A D | bio_lib.c | 142 ret = (int)bio_call_callback(a, BIO_CB_FREE, NULL, 0, 0, 0L, 1L, NULL); in BIO_free()
|
/freebsd/crypto/openssl/test/ |
H A D | bio_callback_test.c | 181 || !TEST_int_eq(my_param_oper[0], BIO_CB_FREE) in test_bio_callback_ex() 332 || !TEST_int_eq(my_param_oper[0], BIO_CB_FREE) in test_bio_callback()
|
/freebsd/crypto/openssl/doc/man3/ |
H A D | BIO_set_callback.pod | 116 callback_ex(b, BIO_CB_FREE, NULL, 0, 0, 0L, 1L, NULL) 120 callback(b, BIO_CB_FREE, NULL, 0L, 0L, 1L)
|
/freebsd/crypto/openssl/include/openssl/ |
H A D | bio.h | 259 # define BIO_CB_FREE 0x01 macro
|
H A D | bio.h.in | 260 # define BIO_CB_FREE 0x01 macro
|