Home
last modified time | relevance | path

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

/src/crypto/openssl/include/internal/
H A Dquic_error.h27 const char *ossl_quic_err_to_string(uint64_t error_code);
/src/crypto/openssl/test/radix/
H A Dquic_bindings.c240 e_str = ossl_quic_err_to_string(cc_info.error_code); in report_ssl()
/src/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.c3464 const char *err_str = ossl_quic_err_to_string(error_code); in ossl_quic_channel_raise_protocol_error_loc()
/src/crypto/openssl/test/
H A Dquic_multistream_test.c1960 e_str = ossl_quic_err_to_string(cc_info.error_code); in run_script_worker()
1988 e_str = ossl_quic_err_to_string(tcause->error_code); in run_script_worker()