Home
last modified time | relevance | path

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

/third_party/openssl/test/testutil/
Dtap_bio.c19 static int tap_new(BIO *b);
35 BIO_meth_set_create(tap, tap_new); in BIO_f_tap()
43 static int tap_new(BIO *b) in tap_new() function