Home
last modified time | relevance | path

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

/freebsd/crypto/openssl/test/helpers/
H A Dquictestlib.h64 BIO_METHOD *qtest_get_bio_method(void);
H A Dquictestlib.c320 fisbio = BIO_new(qtest_get_bio_method()); in qtest_create_quic_objects()
1270 BIO_METHOD *qtest_get_bio_method(void) in qtest_get_bio_method() function
/freebsd/crypto/openssl/test/
H A Dquic_multistream_test.c753 h->s_qtf_wbio = h->s_qtf_wbio_own = BIO_new(qtest_get_bio_method()); in helper_init()