Home
last modified time | relevance | path

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

/third_party/openssl/test/testutil/
Dtap_bio.c20 static int tap_free(BIO *b);
36 BIO_meth_set_destroy(tap, tap_free); in BIO_f_tap()
50 static int tap_free(BIO *b) in tap_free() function