Home
last modified time | relevance | path

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

/freebsd/crypto/openssl/include/openssl/
H A Dsslerr.h243 # define SSL_R_QUIC_NETWORK_ERROR 387 macro
/freebsd/crypto/openssl/ssl/quic/
H A Dquic_port.c1194 ERR_raise_data(ERR_LIB_SSL, SSL_R_QUIC_NETWORK_ERROR, in port_send_retry()
1286 ERR_raise_data(ERR_LIB_SSL, SSL_R_QUIC_NETWORK_ERROR, in port_send_version_negotiation()
1727 ERR_raise_data(ERR_LIB_SSL, SSL_R_QUIC_NETWORK_ERROR, in ossl_quic_port_raise_net_error()
/freebsd/crypto/openssl/crypto/
H A Dssl_err.c376 {ERR_PACK(ERR_LIB_SSL, 0, SSL_R_QUIC_NETWORK_ERROR), "quic network error"},
/freebsd/crypto/openssl/crypto/err/
H A Dopenssl.txt1578 SSL_R_QUIC_NETWORK_ERROR:387:quic network error
/freebsd/crypto/openssl/test/
H A Dquic_multistream_test.c2804 OP_EXPECT_ERR_REASON (SSL_R_QUIC_NETWORK_ERROR)