Symbol: ERR_STRING_DATA
crypto/openssl/crypto/asn1/asn1_err.c
17
static const ERR_STRING_DATA ASN1_str_reasons[] = {
crypto/openssl/crypto/async/async_err.c
17
static const ERR_STRING_DATA ASYNC_str_reasons[] = {
crypto/openssl/crypto/bio/bio_err.c
17
static const ERR_STRING_DATA BIO_str_reasons[] = {
crypto/openssl/crypto/bn/bn_err.c
17
static const ERR_STRING_DATA BN_str_reasons[] = {
crypto/openssl/crypto/buffer/buf_err.c
17
static const ERR_STRING_DATA BUF_str_reasons[] = {
crypto/openssl/crypto/cmp/cmp_err.c
19
static const ERR_STRING_DATA CMP_str_reasons[] = {
crypto/openssl/crypto/cms/cms_err.c
19
static const ERR_STRING_DATA CMS_str_reasons[] = {
crypto/openssl/crypto/comp/comp_err.c
19
static const ERR_STRING_DATA COMP_str_reasons[] = {
crypto/openssl/crypto/conf/conf_err.c
17
static const ERR_STRING_DATA CONF_str_reasons[] = {
crypto/openssl/crypto/cpt_err.c
17
static const ERR_STRING_DATA CRYPTO_str_reasons[] = {
crypto/openssl/crypto/crmf/crmf_err.c
19
static const ERR_STRING_DATA CRMF_str_reasons[] = {
crypto/openssl/crypto/ct/ct_err.c
19
static const ERR_STRING_DATA CT_str_reasons[] = {
crypto/openssl/crypto/dh/dh_err.c
19
static const ERR_STRING_DATA DH_str_reasons[] = {
crypto/openssl/crypto/dsa/dsa_err.c
19
static const ERR_STRING_DATA DSA_str_reasons[] = {
crypto/openssl/crypto/dso/dso_err.c
16
static const ERR_STRING_DATA DSO_str_reasons[] = {
crypto/openssl/crypto/ec/ec_err.c
19
static const ERR_STRING_DATA EC_str_reasons[] = {
crypto/openssl/crypto/encode_decode/decoder_err.c
17
static const ERR_STRING_DATA OSSL_DECODER_str_reasons[] = {
crypto/openssl/crypto/encode_decode/encoder_err.c
17
static const ERR_STRING_DATA OSSL_ENCODER_str_reasons[] = {
crypto/openssl/crypto/engine/eng_err.c
19
static const ERR_STRING_DATA ENGINE_str_reasons[] = {
crypto/openssl/crypto/err/err.c
149
static ERR_STRING_DATA *int_err_get_item(const ERR_STRING_DATA *);
crypto/openssl/crypto/err/err.c
157
static LHASH_OF(ERR_STRING_DATA) *int_error_hash = NULL;
crypto/openssl/crypto/err/err.c
173
static unsigned long err_string_data_hash(const ERR_STRING_DATA *a)
crypto/openssl/crypto/err/err.c
182
static int err_string_data_cmp(const ERR_STRING_DATA *a,
crypto/openssl/crypto/err/err.c
183
const ERR_STRING_DATA *b)
crypto/openssl/crypto/err/err.c
190
static ERR_STRING_DATA *int_err_get_item(const ERR_STRING_DATA *d)
crypto/openssl/crypto/err/err.c
192
ERR_STRING_DATA *p = NULL;
crypto/openssl/crypto/err/err.c
250
static void err_patch(int lib, ERR_STRING_DATA *str)
crypto/openssl/crypto/err/err.c
261
static int err_load_strings(const ERR_STRING_DATA *str)
crypto/openssl/crypto/err/err.c
267
(ERR_STRING_DATA *)str);
crypto/openssl/crypto/err/err.c
285
int ERR_load_strings(int lib, ERR_STRING_DATA *str)
crypto/openssl/crypto/err/err.c
298
int ERR_load_strings_const(const ERR_STRING_DATA *str)
crypto/openssl/crypto/err/err.c
309
int ERR_unload_strings(int lib, ERR_STRING_DATA *str)
crypto/openssl/crypto/err/err.c
33
static int err_load_strings(const ERR_STRING_DATA *str);
crypto/openssl/crypto/err/err.c
37
static ERR_STRING_DATA ERR_str_libraries[] = {
crypto/openssl/crypto/err/err.c
590
ERR_STRING_DATA d, *p;
crypto/openssl/crypto/err/err.c
616
ERR_STRING_DATA d, *p = NULL;
crypto/openssl/crypto/err/err.c
88
static ERR_STRING_DATA ERR_str_reasons[] = {
crypto/openssl/crypto/ess/ess_err.c
17
static const ERR_STRING_DATA ESS_str_reasons[] = {
crypto/openssl/crypto/evp/evp_err.c
17
static const ERR_STRING_DATA EVP_str_reasons[] = {
crypto/openssl/crypto/http/http_err.c
19
static const ERR_STRING_DATA HTTP_str_reasons[] = {
crypto/openssl/crypto/objects/obj_err.c
17
static const ERR_STRING_DATA OBJ_str_reasons[] = {
crypto/openssl/crypto/ocsp/ocsp_err.c
19
static const ERR_STRING_DATA OCSP_str_reasons[] = {
crypto/openssl/crypto/pem/pem_err.c
17
static const ERR_STRING_DATA PEM_str_reasons[] = {
crypto/openssl/crypto/pkcs12/pk12err.c
17
static const ERR_STRING_DATA PKCS12_str_reasons[] = {
crypto/openssl/crypto/pkcs7/pkcs7err.c
17
static const ERR_STRING_DATA PKCS7_str_reasons[] = {
crypto/openssl/crypto/property/property_err.c
16
static const ERR_STRING_DATA PROP_str_reasons[] = {
crypto/openssl/crypto/provider_core.c
1121
prov->error_strings = OPENSSL_zalloc(sizeof(ERR_STRING_DATA) * (cnt + 1));
crypto/openssl/crypto/provider_core.c
168
ERR_STRING_DATA *error_strings; /* Copy of what the provider gives us */
crypto/openssl/crypto/rand/rand_err.c
17
static const ERR_STRING_DATA RAND_str_reasons[] = {
crypto/openssl/crypto/rsa/rsa_err.c
17
static const ERR_STRING_DATA RSA_str_reasons[] = {
crypto/openssl/crypto/sm2/sm2_err.c
18
static const ERR_STRING_DATA SM2_str_reasons[] = {
crypto/openssl/crypto/ssl_err.c
17
static const ERR_STRING_DATA SSL_str_reasons[] = {
crypto/openssl/crypto/store/store_err.c
17
static const ERR_STRING_DATA OSSL_STORE_str_reasons[] = {
crypto/openssl/crypto/ts/ts_err.c
19
static const ERR_STRING_DATA TS_str_reasons[] = {
crypto/openssl/crypto/ui/ui_err.c
17
static const ERR_STRING_DATA UI_str_reasons[] = {
crypto/openssl/crypto/x509/v3err.c
17
static const ERR_STRING_DATA X509V3_str_reasons[] = {
crypto/openssl/crypto/x509/x509_err.c
17
static const ERR_STRING_DATA X509_str_reasons[] = {
crypto/openssl/engines/e_afalg_err.c
16
static ERR_STRING_DATA AFALG_str_reasons[] = {
crypto/openssl/engines/e_capi_err.c
16
static ERR_STRING_DATA CAPI_str_reasons[] = {
crypto/openssl/engines/e_dasync_err.c
16
static ERR_STRING_DATA DASYNC_str_reasons[] = {
crypto/openssl/engines/e_loader_attic_err.c
16
static ERR_STRING_DATA ATTIC_str_reasons[] = {
crypto/openssl/engines/e_ossltest_err.c
16
static ERR_STRING_DATA OSSLTEST_str_reasons[] = {
crypto/openssl/include/openssl/err.h
376
DEFINE_LHASH_OF_INTERNAL(ERR_STRING_DATA);
crypto/openssl/include/openssl/err.h
377
#define lh_ERR_STRING_DATA_new(hfn, cmp) ((LHASH_OF(ERR_STRING_DATA) *)OPENSSL_LH_set_thunks(OPENSSL_LH_new(ossl_check_ERR_STRING_DATA_lh_hashfunc_type(hfn), ossl_check_ERR_STRING_DATA_lh_compfunc_type(cmp)), lh_ERR_STRING_DATA_hash_thunk, lh_ERR_STRING_DATA_comp_thunk, lh_ERR_STRING_DATA_doall_thunk, lh_ERR_STRING_DATA_doall_arg_thunk))
crypto/openssl/include/openssl/err.h
380
#define lh_ERR_STRING_DATA_insert(lh, ptr) ((ERR_STRING_DATA *)OPENSSL_LH_insert(ossl_check_ERR_STRING_DATA_lh_type(lh), ossl_check_ERR_STRING_DATA_lh_plain_type(ptr)))
crypto/openssl/include/openssl/err.h
381
#define lh_ERR_STRING_DATA_delete(lh, ptr) ((ERR_STRING_DATA *)OPENSSL_LH_delete(ossl_check_ERR_STRING_DATA_lh_type(lh), ossl_check_const_ERR_STRING_DATA_lh_plain_type(ptr)))
crypto/openssl/include/openssl/err.h
382
#define lh_ERR_STRING_DATA_retrieve(lh, ptr) ((ERR_STRING_DATA *)OPENSSL_LH_retrieve(ossl_check_ERR_STRING_DATA_lh_type(lh), ossl_check_const_ERR_STRING_DATA_lh_plain_type(ptr)))
crypto/openssl/include/openssl/err.h
478
int ERR_load_strings(int lib, ERR_STRING_DATA *str);
crypto/openssl/include/openssl/err.h
479
int ERR_load_strings_const(const ERR_STRING_DATA *str);
crypto/openssl/include/openssl/err.h
480
int ERR_unload_strings(int lib, ERR_STRING_DATA *str);
crypto/openssl/providers/common/provider_err.c
17
static const ERR_STRING_DATA PROV_str_reasons[] = {