Home
last modified time | relevance | path

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

/third_party/openssl/crypto/bio/
Dbio_cb.c38 case BIO_CB_FREE: in BIO_debug_callback()
Dbio_lib.c126 ret = (int)bio_call_callback(a, BIO_CB_FREE, NULL, 0, 0, 0L, 1L, NULL); in BIO_free()
/third_party/openssl/doc/man3/
DBIO_set_callback.pod107 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/
Dbio_callback_test.c154 || !TEST_int_eq(my_param_oper[0], BIO_CB_FREE) in test_bio_callback()
/third_party/openssl/include/openssl/
Dbio.h220 # define BIO_CB_FREE 0x01 macro