Searched defs:error_code (Results 1 – 12 of 12) sorted by relevance
/openssl/include/internal/ |
H A D | quic_channel.h | 137 uint64_t error_code; member 239 #define ossl_quic_channel_raise_protocol_error(ch, error_code, frame_type, reason) \ argument 248 #define ossl_quic_channel_raise_protocol_error_state(ch, error_code, frame_type, reason, state) \ argument
|
H A D | quic_fc.h | 142 unsigned char error_code, has_cwm_changed, is_fin, standalone; member
|
H A D | quic_wire.h | 220 uint64_t error_code; /* 62-bit transport or app error code */ member
|
/openssl/ssl/quic/ |
H A D | quic_tls.c | 38 uint64_t error_code; member 663 static int raise_error(QUIC_TLS *qtls, uint64_t error_code, in raise_error() 694 #define RAISE_ERROR(qtls, error_code, error_msg) \ argument 841 uint64_t *error_code, in ossl_quic_tls_get_error()
|
H A D | qlog_event_helpers.c | 78 static const char *quic_err_to_qlog(uint64_t error_code) in quic_err_to_qlog()
|
H A D | quic_channel.c | 1985 uint64_t error_code; in ch_tick_tls() local 3179 uint64_t error_code, in ossl_quic_channel_raise_protocol_error_loc()
|
H A D | quic_wire.c | 1053 const char *ossl_quic_err_to_string(uint64_t error_code) in ossl_quic_err_to_string()
|
H A D | quic_impl.c | 3660 uint64_t error_code; in ossl_quic_stream_reset() local
|
/openssl/crypto/srp/ |
H A D | srp_vfy.c | 397 int error_code = SRP_ERR_MEMORY; in SRP_VBASE_init() local
|
/openssl/test/ |
H A D | quic_multistream_test.c | 329 #define OP_S_SHUTDOWN(error_code) \ argument 1677 uint64_t error_code = op->arg2; in run_script_worker() local 1709 uint64_t error_code = op->arg2; in run_script_worker() local
|
/openssl/include/openssl/ |
H A D | ssl.h.in | 2371 uint64_t error_code, frame_type; member
|
/openssl/ssl/ |
H A D | ssl_local.h | 1524 int error_code; member
|
Completed in 70 milliseconds