Home
last modified time | relevance | path

Searched refs:ERR_STATE (Results 1 – 19 of 19) sorted by relevance

/freebsd/crypto/openssl/crypto/err/
H A Derr_save.c21 ERR_STATE *OSSL_ERR_STATE_new(void) in OSSL_ERR_STATE_new()
23 return CRYPTO_zalloc(sizeof(ERR_STATE), NULL, 0); in OSSL_ERR_STATE_new()
26 void OSSL_ERR_STATE_save(ERR_STATE *es) in OSSL_ERR_STATE_save()
29 ERR_STATE *thread_es; in OSSL_ERR_STATE_save()
46 void OSSL_ERR_STATE_save_to_mark(ERR_STATE *es) in OSSL_ERR_STATE_save_to_mark()
50 ERR_STATE *thread_es; in OSSL_ERR_STATE_save_to_mark()
113 void OSSL_ERR_STATE_restore(const ERR_STATE *es) in OSSL_ERR_STATE_restore()
116 ERR_STATE *thread_es; in OSSL_ERR_STATE_restore()
H A Derr_local.h14 static ossl_inline void err_get_slot(ERR_STATE *es) in err_get_slot()
21 static ossl_inline void err_clear_data(ERR_STATE *es, size_t i, int deall) in err_clear_data()
40 static ossl_inline void err_set_error(ERR_STATE *es, size_t i, in err_set_error()
48 static ossl_inline void err_set_debug(ERR_STATE *es, size_t i, in err_set_debug()
75 static ossl_inline void err_set_data(ERR_STATE *es, size_t i, in err_set_data()
85 static ossl_inline void err_clear(ERR_STATE *es, size_t i, int deall) in err_clear()
98 ERR_STATE *ossl_err_get_state_int(void);
H A Derr_mark.c17 ERR_STATE *es; in ERR_set_mark()
31 ERR_STATE *es; in ERR_pop()
44 ERR_STATE *es; in ERR_pop_to_mark()
64 ERR_STATE *es; in ERR_count_to_mark()
83 ERR_STATE *es; in ERR_clear_last_mark()
H A Derr.c30 ERR_STATE *ERR_get_state(void);
203 void OSSL_ERR_STATE_free(ERR_STATE *state) in OSSL_ERR_STATE_free()
339 ERR_STATE *es; in ERR_clear_error()
452 ERR_STATE *es; in get_error_values()
647 ERR_STATE *state = CRYPTO_THREAD_get_local(&err_thread_local); in err_delete_thread_state()
673 ERR_STATE *ossl_err_get_state_int(void) in ossl_err_get_state_int()
675 ERR_STATE *state; in ossl_err_get_state_int()
685 if (state == (ERR_STATE *)-1) in ossl_err_get_state_int()
689 if (!CRYPTO_THREAD_set_local(&err_thread_local, (ERR_STATE *)-1)) in ossl_err_get_state_int()
714 ERR_STATE *ERR_get_state(void) in ERR_get_state()
[all …]
H A Derr_blocks.c18 ERR_STATE *es; in ERR_new()
31 ERR_STATE *es; in ERR_set_debug()
51 ERR_STATE *es; in ERR_vset_error()
/freebsd/crypto/openssl/doc/man3/
H A DOSSL_ERR_STATE_save.pod12 ERR_STATE *OSSL_ERR_STATE_new(void);
13 void OSSL_ERR_STATE_save(ERR_STATE *es);
14 void OSSL_ERR_STATE_save_to_mark(ERR_STATE *es);
15 void OSSL_ERR_STATE_restore(const ERR_STATE *es);
16 void OSSL_ERR_STATE_free(ERR_STATE *es);
34 and is not moved to the ERR_STATE. The mark is not cleared and must be cleared
53 OSSL_ERR_STATE_new() returns a pointer to the allocated ERR_STATE
/freebsd/crypto/openssl/include/openssl/
H A Derr.h496 OSSL_DEPRECATEDIN_3_0 ERR_STATE *ERR_get_state(void);
507 ERR_STATE *OSSL_ERR_STATE_new(void);
508 void OSSL_ERR_STATE_save(ERR_STATE *es);
509 void OSSL_ERR_STATE_save_to_mark(ERR_STATE *es);
510 void OSSL_ERR_STATE_restore(const ERR_STATE *es);
511 void OSSL_ERR_STATE_free(ERR_STATE *es);
H A Derr.h.in485 OSSL_DEPRECATEDIN_3_0 ERR_STATE *ERR_get_state(void);
496 ERR_STATE *OSSL_ERR_STATE_new(void);
497 void OSSL_ERR_STATE_save(ERR_STATE *es);
498 void OSSL_ERR_STATE_save_to_mark(ERR_STATE *es);
499 void OSSL_ERR_STATE_restore(const ERR_STATE *es);
500 void OSSL_ERR_STATE_free(ERR_STATE *es);
H A Dtypes.h108 typedef struct err_state_st ERR_STATE; typedef
/freebsd/crypto/openssl/ssl/quic/
H A Dquic_port_local.h87 ERR_STATE *err_state;
H A Dquic_channel_local.h462 ERR_STATE *err_state;
H A Dquic_tls.c37 ERR_STATE *error_state;
885 ERR_STATE **error_state) in ossl_quic_tls_get_error()
H A Dquic_channel.c2164 ERR_STATE *error_state = NULL; in ch_tick_tls()
3455 ERR_STATE *err_state, in ossl_quic_channel_raise_protocol_error_loc()
/freebsd/crypto/openssl/include/internal/
H A Dquic_tls.h108 ERR_STATE **error_state);
H A Dquic_channel.h246 ERR_STATE *err_state,
/freebsd/crypto/openssl/test/
H A Derrtest.c335 ERR_STATE *es; in test_save_restore()
/freebsd/crypto/openssl/doc/designs/quic-design/
H A Derror-handling.md26 Even the ERR_STATE structure is public, although deprecated, and thus its
/freebsd/crypto/openssl/util/
H A Dindent.pro225 -T ERR_STATE
/freebsd/crypto/openssl/
H A DCHANGES.md3750 * Deprecated the public definition of `ERR_STATE` as well as the function
3751 `ERR_get_state()`. This is done in preparation of making `ERR_STATE` an