Home
last modified time | relevance | path

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

/openssl/ssl/quic/
H A Dquic_port.c70 if ((port->err_state = OSSL_ERR_STATE_new()) == NULL) in port_init()
116 OSSL_ERR_STATE_free(port->err_state); in port_cleanup()
117 port->err_state = NULL; in port_cleanup()
598 OSSL_ERR_STATE_save(port->err_state); in ossl_quic_port_raise_net_error()
614 OSSL_ERR_STATE_restore(port->err_state); in ossl_quic_port_restore_err_state()
H A Dquic_port_local.h75 ERR_STATE *err_state; member
H A Dquic_channel_local.h441 ERR_STATE *err_state; member
H A Dquic_channel.c402 OSSL_ERR_STATE_free(ch->err_state); in ch_cleanup()
3119 if (ch->err_state == NULL) in ch_save_err_state()
3120 ch->err_state = OSSL_ERR_STATE_new(); in ch_save_err_state()
3122 if (ch->err_state == NULL) in ch_save_err_state()
3125 OSSL_ERR_STATE_save(ch->err_state); in ch_save_err_state()
3175 OSSL_ERR_STATE_restore(ch->err_state); in ossl_quic_channel_restore_err_state()
3182 ERR_STATE *err_state, in ossl_quic_channel_raise_protocol_error_loc() argument
3209 if (err_state != NULL) in ossl_quic_channel_raise_protocol_error_loc()
3210 OSSL_ERR_STATE_restore(err_state); in ossl_quic_channel_raise_protocol_error_loc()
/openssl/include/internal/
H A Dquic_channel.h234 ERR_STATE *err_state,

Completed in 26 milliseconds