/freebsd/crypto/openssl/crypto/err/ |
H A D | err.c | 33 static int err_load_strings(const ERR_STRING_DATA *str); 38 static ERR_STRING_DATA ERR_str_libraries[] = { 89 static ERR_STRING_DATA ERR_str_reasons[] = { 150 static ERR_STRING_DATA *int_err_get_item(const ERR_STRING_DATA *); 158 static LHASH_OF(ERR_STRING_DATA) *int_error_hash = NULL; 172 static unsigned long err_string_data_hash(const ERR_STRING_DATA *a) in err_string_data_hash() 181 static int err_string_data_cmp(const ERR_STRING_DATA *a, in err_string_data_cmp() 182 const ERR_STRING_DATA *b) in err_string_data_cmp() 189 static ERR_STRING_DATA *int_err_get_item(const ERR_STRING_DATA *d) in int_err_get_item() 191 ERR_STRING_DATA *p = NULL; in int_err_get_item() [all …]
|
/freebsd/crypto/openssl/include/openssl/ |
H A D | err.h | 372 } ERR_STRING_DATA; typedef 374 DEFINE_LHASH_OF_INTERNAL(ERR_STRING_DATA); 375 #define lh_ERR_STRING_DATA_new(hfn, cmp) ((LHASH_OF(ERR_STRING_DATA) *)OPENSSL_LH_new(ossl_check_ER… 378 #define lh_ERR_STRING_DATA_insert(lh, ptr) ((ERR_STRING_DATA *)OPENSSL_LH_insert(ossl_check_ERR_STR… 379 #define lh_ERR_STRING_DATA_delete(lh, ptr) ((ERR_STRING_DATA *)OPENSSL_LH_delete(ossl_check_ERR_STR… 380 #define lh_ERR_STRING_DATA_retrieve(lh, ptr) ((ERR_STRING_DATA *)OPENSSL_LH_retrieve(ossl_check_ERR… 475 int ERR_load_strings(int lib, ERR_STRING_DATA *str); 476 int ERR_load_strings_const(const ERR_STRING_DATA *str); 477 int ERR_unload_strings(int lib, ERR_STRING_DATA *str);
|
/freebsd/crypto/openssl/doc/man3/ |
H A D | ERR_load_strings.pod | 12 int ERR_load_strings(int lib, ERR_STRING_DATA *str); 28 } ERR_STRING_DATA;
|
/freebsd/crypto/openssl/crypto/buffer/ |
H A D | buf_err.c | 17 static const ERR_STRING_DATA BUF_str_reasons[] = {
|
/freebsd/crypto/openssl/crypto/encode_decode/ |
H A D | decoder_err.c | 17 static const ERR_STRING_DATA OSSL_DECODER_str_reasons[] = {
|
H A D | encoder_err.c | 17 static const ERR_STRING_DATA OSSL_ENCODER_str_reasons[] = {
|
/freebsd/crypto/openssl/crypto/objects/ |
H A D | obj_err.c | 17 static const ERR_STRING_DATA OBJ_str_reasons[] = {
|
/freebsd/crypto/openssl/crypto/comp/ |
H A D | comp_err.c | 19 static const ERR_STRING_DATA COMP_str_reasons[] = {
|
/freebsd/crypto/openssl/crypto/async/ |
H A D | async_err.c | 17 static const ERR_STRING_DATA ASYNC_str_reasons[] = {
|
/freebsd/crypto/openssl/crypto/ess/ |
H A D | ess_err.c | 17 static const ERR_STRING_DATA ESS_str_reasons[] = {
|
/freebsd/crypto/openssl/engines/ |
H A D | e_dasync_err.c | 16 static ERR_STRING_DATA DASYNC_str_reasons[] = {
|
H A D | e_ossltest_err.c | 16 static ERR_STRING_DATA OSSLTEST_str_reasons[] = {
|
H A D | e_afalg_err.c | 16 static ERR_STRING_DATA AFALG_str_reasons[] = {
|
H A D | e_loader_attic_err.c | 16 static ERR_STRING_DATA ATTIC_str_reasons[] = {
|
/freebsd/crypto/openssl/crypto/property/ |
H A D | property_err.c | 16 static const ERR_STRING_DATA PROP_str_reasons[] = {
|
/freebsd/crypto/openssl/crypto/ui/ |
H A D | ui_err.c | 17 static const ERR_STRING_DATA UI_str_reasons[] = {
|
/freebsd/crypto/openssl/crypto/sm2/ |
H A D | sm2_err.c | 18 static const ERR_STRING_DATA SM2_str_reasons[] = {
|
/freebsd/crypto/openssl/crypto/dsa/ |
H A D | dsa_err.c | 19 static const ERR_STRING_DATA DSA_str_reasons[] = {
|
/freebsd/crypto/openssl/crypto/dso/ |
H A D | dso_err.c | 16 static const ERR_STRING_DATA DSO_str_reasons[] = {
|
/freebsd/crypto/openssl/crypto/ct/ |
H A D | ct_err.c | 19 static const ERR_STRING_DATA CT_str_reasons[] = {
|
/freebsd/crypto/openssl/crypto/pkcs12/ |
H A D | pk12err.c | 17 static const ERR_STRING_DATA PKCS12_str_reasons[] = {
|
/freebsd/crypto/openssl/crypto/ |
H A D | cpt_err.c | 17 static const ERR_STRING_DATA CRYPTO_str_reasons[] = {
|
/freebsd/crypto/openssl/crypto/bn/ |
H A D | bn_err.c | 17 static const ERR_STRING_DATA BN_str_reasons[] = {
|
/freebsd/crypto/openssl/crypto/crmf/ |
H A D | crmf_err.c | 19 static const ERR_STRING_DATA CRMF_str_reasons[] = {
|
/freebsd/crypto/openssl/crypto/store/ |
H A D | store_err.c | 17 static const ERR_STRING_DATA OSSL_STORE_str_reasons[] = {
|