Home
last modified time | relevance | path

Searched refs:ERR_STRING_DATA (Results 1 – 25 of 49) sorted by relevance

12

/freebsd/crypto/openssl/crypto/err/
H A Derr.c33 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 Derr.h372 } 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 DERR_load_strings.pod12 int ERR_load_strings(int lib, ERR_STRING_DATA *str);
28 } ERR_STRING_DATA;
/freebsd/crypto/openssl/crypto/buffer/
H A Dbuf_err.c17 static const ERR_STRING_DATA BUF_str_reasons[] = {
/freebsd/crypto/openssl/crypto/encode_decode/
H A Ddecoder_err.c17 static const ERR_STRING_DATA OSSL_DECODER_str_reasons[] = {
H A Dencoder_err.c17 static const ERR_STRING_DATA OSSL_ENCODER_str_reasons[] = {
/freebsd/crypto/openssl/crypto/objects/
H A Dobj_err.c17 static const ERR_STRING_DATA OBJ_str_reasons[] = {
/freebsd/crypto/openssl/crypto/comp/
H A Dcomp_err.c19 static const ERR_STRING_DATA COMP_str_reasons[] = {
/freebsd/crypto/openssl/crypto/async/
H A Dasync_err.c17 static const ERR_STRING_DATA ASYNC_str_reasons[] = {
/freebsd/crypto/openssl/crypto/ess/
H A Dess_err.c17 static const ERR_STRING_DATA ESS_str_reasons[] = {
/freebsd/crypto/openssl/engines/
H A De_dasync_err.c16 static ERR_STRING_DATA DASYNC_str_reasons[] = {
H A De_ossltest_err.c16 static ERR_STRING_DATA OSSLTEST_str_reasons[] = {
H A De_afalg_err.c16 static ERR_STRING_DATA AFALG_str_reasons[] = {
H A De_loader_attic_err.c16 static ERR_STRING_DATA ATTIC_str_reasons[] = {
/freebsd/crypto/openssl/crypto/property/
H A Dproperty_err.c16 static const ERR_STRING_DATA PROP_str_reasons[] = {
/freebsd/crypto/openssl/crypto/ui/
H A Dui_err.c17 static const ERR_STRING_DATA UI_str_reasons[] = {
/freebsd/crypto/openssl/crypto/sm2/
H A Dsm2_err.c18 static const ERR_STRING_DATA SM2_str_reasons[] = {
/freebsd/crypto/openssl/crypto/dsa/
H A Ddsa_err.c19 static const ERR_STRING_DATA DSA_str_reasons[] = {
/freebsd/crypto/openssl/crypto/dso/
H A Ddso_err.c16 static const ERR_STRING_DATA DSO_str_reasons[] = {
/freebsd/crypto/openssl/crypto/ct/
H A Dct_err.c19 static const ERR_STRING_DATA CT_str_reasons[] = {
/freebsd/crypto/openssl/crypto/pkcs12/
H A Dpk12err.c17 static const ERR_STRING_DATA PKCS12_str_reasons[] = {
/freebsd/crypto/openssl/crypto/
H A Dcpt_err.c17 static const ERR_STRING_DATA CRYPTO_str_reasons[] = {
/freebsd/crypto/openssl/crypto/bn/
H A Dbn_err.c17 static const ERR_STRING_DATA BN_str_reasons[] = {
/freebsd/crypto/openssl/crypto/crmf/
H A Dcrmf_err.c19 static const ERR_STRING_DATA CRMF_str_reasons[] = {
/freebsd/crypto/openssl/crypto/store/
H A Dstore_err.c17 static const ERR_STRING_DATA OSSL_STORE_str_reasons[] = {

12