Home
last modified time | relevance | path

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

/freebsd/crypto/openssl/crypto/err/
H A Derr_local.h13 static ossl_inline void err_get_slot(ERR_STATE *es) in err_get_slot()
20 static ossl_inline void err_clear_data(ERR_STATE *es, size_t i, int deall) in err_clear_data()
39 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()
69 static ossl_inline void err_set_data(ERR_STATE *es, size_t i, in err_set_data()
79 static ossl_inline void err_clear(ERR_STATE *es, size_t i, int deall) in err_clear()
92 ERR_STATE *ossl_err_get_state_int(void);
H A Derr.c30 ERR_STATE *ERR_get_state(void);
36 static void ERR_STATE_free(ERR_STATE *s);
202 static void ERR_STATE_free(ERR_STATE *s) in ERR_STATE_free()
338 ERR_STATE *es; in ERR_clear_error()
451 ERR_STATE *es; in get_error_values()
646 ERR_STATE *state = CRYPTO_THREAD_get_local(&err_thread_local); in err_delete_thread_state()
672 ERR_STATE *ossl_err_get_state_int(void) in ossl_err_get_state_int()
674 ERR_STATE *state; in ossl_err_get_state_int()
684 if (state == (ERR_STATE*)-1) in ossl_err_get_state_int()
688 if (!CRYPTO_THREAD_set_local(&err_thread_local, (ERR_STATE*)-1)) in ossl_err_get_state_int()
[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/include/openssl/
H A Dtypes.h99 typedef struct err_state_st ERR_STATE; typedef
H A Derr.h491 OSSL_DEPRECATEDIN_3_0 ERR_STATE *ERR_get_state(void);
H A Derr.h.in480 OSSL_DEPRECATEDIN_3_0 ERR_STATE *ERR_get_state(void);
/freebsd/crypto/openssl/util/
H A Dindent.pro225 -T ERR_STATE
/freebsd/crypto/openssl/
H A DCHANGES.md1959 * Deprecated the public definition of `ERR_STATE` as well as the function
1960 `ERR_get_state()`. This is done in preparation of making `ERR_STATE` an