Home
last modified time | relevance | path

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

/freebsd/crypto/openssl/ssl/quic/
H A Dquic_port_local.h87 ERR_STATE *err_state; member
H A Dquic_channel_local.h462 ERR_STATE *err_state; member
H A Dquic_port.c142 if ((port->err_state = OSSL_ERR_STATE_new()) == NULL) in port_init()
207 OSSL_ERR_STATE_free(port->err_state); in port_cleanup()
208 port->err_state = NULL; in port_cleanup()
1737 OSSL_ERR_STATE_save(port->err_state); in ossl_quic_port_raise_net_error()
1753 OSSL_ERR_STATE_restore(port->err_state); in ossl_quic_port_restore_err_state()
H A Dquic_channel.c425 OSSL_ERR_STATE_free(ch->err_state); in ch_cleanup()
3387 if (ch->err_state == NULL) in ch_save_err_state()
3388 ch->err_state = OSSL_ERR_STATE_new(); in ch_save_err_state()
3390 if (ch->err_state == NULL) in ch_save_err_state()
3393 OSSL_ERR_STATE_save(ch->err_state); in ch_save_err_state()
3448 OSSL_ERR_STATE_restore(ch->err_state); in ossl_quic_channel_restore_err_state()
3455 ERR_STATE *err_state, in ossl_quic_channel_raise_protocol_error_loc() argument
3483 if (err_state != NULL) in ossl_quic_channel_raise_protocol_error_loc()
3484 OSSL_ERR_STATE_restore(err_state); in ossl_quic_channel_raise_protocol_error_loc()
/freebsd/crypto/openssl/include/internal/
H A Dquic_channel.h246 ERR_STATE *err_state,