Searched refs:nullbio (Results 1 – 1 of 1) sorted by relevance
736 BIO *nullbio; in ossl_quic_tls_tick() local770 nullbio = BIO_new(BIO_s_null()); in ossl_quic_tls_tick()771 if (nullbio == NULL) in ossl_quic_tls_tick()778 SSL_set_bio(qtls->args.s, nullbio, nullbio); in ossl_quic_tls_tick()
Completed in 5 milliseconds