Home
last modified time | relevance | path

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

/freebsd/crypto/openssl/test/
H A Dasynciotest.c27 static int async_new(BIO *bi);
55 || !BIO_meth_set_create(methods_async, async_new) in bio_f_async_filter()
62 static int async_new(BIO *bio) in async_new() function