Home
last modified time | relevance | path

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

/freebsd/crypto/openssl/test/
H A Dasynciotest.c28 static int async_free(BIO *a);
56 || !BIO_meth_set_destroy(methods_async, async_free)) in bio_f_async_filter()
75 static int async_free(BIO *bio) in async_free() function