Home
last modified time | relevance | path

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

/openssl/ssl/quic/
H A Dquic_tls.c736 BIO *nullbio; in ossl_quic_tls_tick() local
770 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 9 milliseconds