Home
last modified time | relevance | path

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

/freebsd/crypto/openssl/include/internal/
H A Dquic_error.h27 const char *ossl_quic_err_to_string(uint64_t error_code);
/freebsd/crypto/openssl/test/radix/
H A Dquic_bindings.c240 e_str = ossl_quic_err_to_string(cc_info.error_code); in report_ssl()
/freebsd/crypto/openssl/ssl/quic/
H A Dquic_wire.c1053 const char *ossl_quic_err_to_string(uint64_t error_code) in ossl_quic_err_to_string() function
H A Dquic_channel.c3511 const char *err_str = ossl_quic_err_to_string(error_code); in ossl_quic_channel_raise_protocol_error_loc()
/freebsd/crypto/openssl/test/
H A Dquic_multistream_test.c2047 e_str = ossl_quic_err_to_string(cc_info.error_code); in run_script_worker()
2072 e_str = ossl_quic_err_to_string(tcause->error_code); in run_script_worker()