Searched refs:ERR_STATE (Results 1 – 19 of 19) sorted by relevance
| /freebsd/crypto/openssl/crypto/err/ |
| H A D | err_save.c | 21 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 D | err_local.h | 14 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 D | err_mark.c | 17 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 D | err.c | 30 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 D | err_blocks.c | 18 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 D | OSSL_ERR_STATE_save.pod | 12 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 D | err.h | 496 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 D | err.h.in | 485 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 D | types.h | 108 typedef struct err_state_st ERR_STATE; typedef
|
| /freebsd/crypto/openssl/ssl/quic/ |
| H A D | quic_port_local.h | 87 ERR_STATE *err_state;
|
| H A D | quic_channel_local.h | 462 ERR_STATE *err_state;
|
| H A D | quic_tls.c | 37 ERR_STATE *error_state; 885 ERR_STATE **error_state) in ossl_quic_tls_get_error()
|
| H A D | quic_channel.c | 2164 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 D | quic_tls.h | 108 ERR_STATE **error_state);
|
| H A D | quic_channel.h | 246 ERR_STATE *err_state,
|
| /freebsd/crypto/openssl/test/ |
| H A D | errtest.c | 335 ERR_STATE *es; in test_save_restore()
|
| /freebsd/crypto/openssl/doc/designs/quic-design/ |
| H A D | error-handling.md | 26 Even the ERR_STATE structure is public, although deprecated, and thus its
|
| /freebsd/crypto/openssl/util/ |
| H A D | indent.pro | 225 -T ERR_STATE
|
| /freebsd/crypto/openssl/ |
| H A D | CHANGES.md | 3750 * 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
|