Home
last modified time | relevance | path

Searched refs:BIO_CB_FREE (Results 1 – 6 of 6) sorted by relevance

/freebsd/crypto/openssl/crypto/bio/
H A Dbio_cb.c40 case BIO_CB_FREE: in BIO_debug_callback_ex()
H A Dbio_lib.c142 ret = (int)bio_call_callback(a, BIO_CB_FREE, NULL, 0, 0, 0L, 1L, NULL); in BIO_free()
/freebsd/crypto/openssl/test/
H A Dbio_callback_test.c181 || !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 DBIO_set_callback.pod116 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 Dbio.h259 # define BIO_CB_FREE 0x01 macro
H A Dbio.h.in260 # define BIO_CB_FREE 0x01 macro