Symbol: ERR_PACK
crypto/libressl/crypto/asn1/asn1_err.c
65
#define ERR_FUNC(func) ERR_PACK(ERR_LIB_ASN1,func,0)
crypto/libressl/crypto/asn1/asn1_err.c
66
#define ERR_REASON(reason) ERR_PACK(ERR_LIB_ASN1,0,reason)
crypto/libressl/crypto/bio/bio_err.c
65
#define ERR_FUNC(func) ERR_PACK(ERR_LIB_BIO,func,0)
crypto/libressl/crypto/bio/bio_err.c
66
#define ERR_REASON(reason) ERR_PACK(ERR_LIB_BIO,0,reason)
crypto/libressl/crypto/bn/bn_err.c
65
#define ERR_FUNC(func) ERR_PACK(ERR_LIB_BN,func,0)
crypto/libressl/crypto/bn/bn_err.c
66
#define ERR_REASON(reason) ERR_PACK(ERR_LIB_BN,0,reason)
crypto/libressl/crypto/buffer/buf_err.c
65
#define ERR_FUNC(func) ERR_PACK(ERR_LIB_BUF,func,0)
crypto/libressl/crypto/buffer/buf_err.c
66
#define ERR_REASON(reason) ERR_PACK(ERR_LIB_BUF,0,reason)
crypto/libressl/crypto/cms/cms_err.c
100
{ERR_PACK(ERR_LIB_CMS, 0, CMS_R_NO_PASSWORD), "no password"},
crypto/libressl/crypto/cms/cms_err.c
101
{ERR_PACK(ERR_LIB_CMS, 0, CMS_R_NO_PRIVATE_KEY), "no private key"},
crypto/libressl/crypto/cms/cms_err.c
102
{ERR_PACK(ERR_LIB_CMS, 0, CMS_R_NO_PUBLIC_KEY), "no public key"},
crypto/libressl/crypto/cms/cms_err.c
103
{ERR_PACK(ERR_LIB_CMS, 0, CMS_R_NO_RECEIPT_REQUEST), "no receipt request"},
crypto/libressl/crypto/cms/cms_err.c
104
{ERR_PACK(ERR_LIB_CMS, 0, CMS_R_NO_SIGNERS), "no signers"},
crypto/libressl/crypto/cms/cms_err.c
105
{ERR_PACK(ERR_LIB_CMS, 0, CMS_R_PRIVATE_KEY_DOES_NOT_MATCH_CERTIFICATE),
crypto/libressl/crypto/cms/cms_err.c
107
{ERR_PACK(ERR_LIB_CMS, 0, CMS_R_RECEIPT_DECODE_ERROR),
crypto/libressl/crypto/cms/cms_err.c
109
{ERR_PACK(ERR_LIB_CMS, 0, CMS_R_RECIPIENT_ERROR), "recipient error"},
crypto/libressl/crypto/cms/cms_err.c
110
{ERR_PACK(ERR_LIB_CMS, 0, CMS_R_SIGNER_CERTIFICATE_NOT_FOUND),
crypto/libressl/crypto/cms/cms_err.c
112
{ERR_PACK(ERR_LIB_CMS, 0, CMS_R_SIGNFINAL_ERROR), "signfinal error"},
crypto/libressl/crypto/cms/cms_err.c
113
{ERR_PACK(ERR_LIB_CMS, 0, CMS_R_SMIME_TEXT_ERROR), "smime text error"},
crypto/libressl/crypto/cms/cms_err.c
114
{ERR_PACK(ERR_LIB_CMS, 0, CMS_R_STORE_INIT_ERROR), "store init error"},
crypto/libressl/crypto/cms/cms_err.c
115
{ERR_PACK(ERR_LIB_CMS, 0, CMS_R_TYPE_NOT_COMPRESSED_DATA),
crypto/libressl/crypto/cms/cms_err.c
117
{ERR_PACK(ERR_LIB_CMS, 0, CMS_R_TYPE_NOT_DATA), "type not data"},
crypto/libressl/crypto/cms/cms_err.c
118
{ERR_PACK(ERR_LIB_CMS, 0, CMS_R_TYPE_NOT_DIGESTED_DATA),
crypto/libressl/crypto/cms/cms_err.c
120
{ERR_PACK(ERR_LIB_CMS, 0, CMS_R_TYPE_NOT_ENCRYPTED_DATA),
crypto/libressl/crypto/cms/cms_err.c
122
{ERR_PACK(ERR_LIB_CMS, 0, CMS_R_TYPE_NOT_ENVELOPED_DATA),
crypto/libressl/crypto/cms/cms_err.c
124
{ERR_PACK(ERR_LIB_CMS, 0, CMS_R_UNABLE_TO_FINALIZE_CONTEXT),
crypto/libressl/crypto/cms/cms_err.c
126
{ERR_PACK(ERR_LIB_CMS, 0, CMS_R_UNKNOWN_CIPHER), "unknown cipher"},
crypto/libressl/crypto/cms/cms_err.c
127
{ERR_PACK(ERR_LIB_CMS, 0, CMS_R_UNKNOWN_DIGEST_ALGORITHM),
crypto/libressl/crypto/cms/cms_err.c
129
{ERR_PACK(ERR_LIB_CMS, 0, CMS_R_UNKNOWN_ID), "unknown id"},
crypto/libressl/crypto/cms/cms_err.c
130
{ERR_PACK(ERR_LIB_CMS, 0, CMS_R_UNSUPPORTED_COMPRESSION_ALGORITHM),
crypto/libressl/crypto/cms/cms_err.c
132
{ERR_PACK(ERR_LIB_CMS, 0, CMS_R_UNSUPPORTED_CONTENT_TYPE),
crypto/libressl/crypto/cms/cms_err.c
134
{ERR_PACK(ERR_LIB_CMS, 0, CMS_R_UNSUPPORTED_KEK_ALGORITHM),
crypto/libressl/crypto/cms/cms_err.c
136
{ERR_PACK(ERR_LIB_CMS, 0, CMS_R_UNSUPPORTED_KEY_ENCRYPTION_ALGORITHM),
crypto/libressl/crypto/cms/cms_err.c
138
{ERR_PACK(ERR_LIB_CMS, 0, CMS_R_UNSUPPORTED_RECIPIENTINFO_TYPE),
crypto/libressl/crypto/cms/cms_err.c
140
{ERR_PACK(ERR_LIB_CMS, 0, CMS_R_UNSUPPORTED_RECIPIENT_TYPE),
crypto/libressl/crypto/cms/cms_err.c
142
{ERR_PACK(ERR_LIB_CMS, 0, CMS_R_UNSUPPORTED_TYPE), "unsupported type"},
crypto/libressl/crypto/cms/cms_err.c
143
{ERR_PACK(ERR_LIB_CMS, 0, CMS_R_UNWRAP_ERROR), "unwrap error"},
crypto/libressl/crypto/cms/cms_err.c
144
{ERR_PACK(ERR_LIB_CMS, 0, CMS_R_UNWRAP_FAILURE), "unwrap failure"},
crypto/libressl/crypto/cms/cms_err.c
145
{ERR_PACK(ERR_LIB_CMS, 0, CMS_R_VERIFICATION_FAILURE),
crypto/libressl/crypto/cms/cms_err.c
147
{ERR_PACK(ERR_LIB_CMS, 0, CMS_R_WRAP_ERROR), "wrap error"},
crypto/libressl/crypto/cms/cms_err.c
16
#define ERR_FUNC(func) ERR_PACK(ERR_LIB_CMS,func,0)
crypto/libressl/crypto/cms/cms_err.c
17
#define ERR_REASON(reason) ERR_PACK(ERR_LIB_CMS,0,reason)
crypto/libressl/crypto/cms/cms_err.c
25
{ERR_PACK(ERR_LIB_CMS, 0, CMS_R_ADD_SIGNER_ERROR), "add signer error"},
crypto/libressl/crypto/cms/cms_err.c
26
{ERR_PACK(ERR_LIB_CMS, 0, CMS_R_CERTIFICATE_ALREADY_PRESENT),
crypto/libressl/crypto/cms/cms_err.c
28
{ERR_PACK(ERR_LIB_CMS, 0, CMS_R_CERTIFICATE_HAS_NO_KEYID),
crypto/libressl/crypto/cms/cms_err.c
30
{ERR_PACK(ERR_LIB_CMS, 0, CMS_R_CERTIFICATE_VERIFY_ERROR),
crypto/libressl/crypto/cms/cms_err.c
32
{ERR_PACK(ERR_LIB_CMS, 0, CMS_R_CIPHER_INITIALISATION_ERROR),
crypto/libressl/crypto/cms/cms_err.c
34
{ERR_PACK(ERR_LIB_CMS, 0, CMS_R_CIPHER_PARAMETER_INITIALISATION_ERROR),
crypto/libressl/crypto/cms/cms_err.c
36
{ERR_PACK(ERR_LIB_CMS, 0, CMS_R_CMS_DATAFINAL_ERROR),
crypto/libressl/crypto/cms/cms_err.c
38
{ERR_PACK(ERR_LIB_CMS, 0, CMS_R_CMS_LIB), "cms lib"},
crypto/libressl/crypto/cms/cms_err.c
39
{ERR_PACK(ERR_LIB_CMS, 0, CMS_R_CONTENTIDENTIFIER_MISMATCH),
crypto/libressl/crypto/cms/cms_err.c
41
{ERR_PACK(ERR_LIB_CMS, 0, CMS_R_CONTENT_NOT_FOUND), "content not found"},
crypto/libressl/crypto/cms/cms_err.c
42
{ERR_PACK(ERR_LIB_CMS, 0, CMS_R_CONTENT_TYPE_MISMATCH),
crypto/libressl/crypto/cms/cms_err.c
44
{ERR_PACK(ERR_LIB_CMS, 0, CMS_R_CONTENT_TYPE_NOT_COMPRESSED_DATA),
crypto/libressl/crypto/cms/cms_err.c
46
{ERR_PACK(ERR_LIB_CMS, 0, CMS_R_CONTENT_TYPE_NOT_ENVELOPED_DATA),
crypto/libressl/crypto/cms/cms_err.c
48
{ERR_PACK(ERR_LIB_CMS, 0, CMS_R_CONTENT_TYPE_NOT_SIGNED_DATA),
crypto/libressl/crypto/cms/cms_err.c
50
{ERR_PACK(ERR_LIB_CMS, 0, CMS_R_CONTENT_VERIFY_ERROR),
crypto/libressl/crypto/cms/cms_err.c
52
{ERR_PACK(ERR_LIB_CMS, 0, CMS_R_CTRL_ERROR), "ctrl error"},
crypto/libressl/crypto/cms/cms_err.c
53
{ERR_PACK(ERR_LIB_CMS, 0, CMS_R_CTRL_FAILURE), "ctrl failure"},
crypto/libressl/crypto/cms/cms_err.c
54
{ERR_PACK(ERR_LIB_CMS, 0, CMS_R_DECRYPT_ERROR), "decrypt error"},
crypto/libressl/crypto/cms/cms_err.c
55
{ERR_PACK(ERR_LIB_CMS, 0, CMS_R_ERROR_GETTING_PUBLIC_KEY),
crypto/libressl/crypto/cms/cms_err.c
57
{ERR_PACK(ERR_LIB_CMS, 0, CMS_R_ERROR_READING_MESSAGEDIGEST_ATTRIBUTE),
crypto/libressl/crypto/cms/cms_err.c
59
{ERR_PACK(ERR_LIB_CMS, 0, CMS_R_ERROR_SETTING_KEY), "error setting key"},
crypto/libressl/crypto/cms/cms_err.c
60
{ERR_PACK(ERR_LIB_CMS, 0, CMS_R_ERROR_SETTING_RECIPIENTINFO),
crypto/libressl/crypto/cms/cms_err.c
62
{ERR_PACK(ERR_LIB_CMS, 0, CMS_R_INVALID_ENCRYPTED_KEY_LENGTH),
crypto/libressl/crypto/cms/cms_err.c
64
{ERR_PACK(ERR_LIB_CMS, 0, CMS_R_INVALID_KEY_ENCRYPTION_PARAMETER),
crypto/libressl/crypto/cms/cms_err.c
66
{ERR_PACK(ERR_LIB_CMS, 0, CMS_R_INVALID_KEY_LENGTH), "invalid key length"},
crypto/libressl/crypto/cms/cms_err.c
67
{ERR_PACK(ERR_LIB_CMS, 0, CMS_R_MD_BIO_INIT_ERROR), "md bio init error"},
crypto/libressl/crypto/cms/cms_err.c
68
{ERR_PACK(ERR_LIB_CMS, 0, CMS_R_MESSAGEDIGEST_ATTRIBUTE_WRONG_LENGTH),
crypto/libressl/crypto/cms/cms_err.c
70
{ERR_PACK(ERR_LIB_CMS, 0, CMS_R_MESSAGEDIGEST_WRONG_LENGTH),
crypto/libressl/crypto/cms/cms_err.c
72
{ERR_PACK(ERR_LIB_CMS, 0, CMS_R_MSGSIGDIGEST_ERROR), "msgsigdigest error"},
crypto/libressl/crypto/cms/cms_err.c
73
{ERR_PACK(ERR_LIB_CMS, 0, CMS_R_MSGSIGDIGEST_VERIFICATION_FAILURE),
crypto/libressl/crypto/cms/cms_err.c
75
{ERR_PACK(ERR_LIB_CMS, 0, CMS_R_MSGSIGDIGEST_WRONG_LENGTH),
crypto/libressl/crypto/cms/cms_err.c
77
{ERR_PACK(ERR_LIB_CMS, 0, CMS_R_NEED_ONE_SIGNER), "need one signer"},
crypto/libressl/crypto/cms/cms_err.c
78
{ERR_PACK(ERR_LIB_CMS, 0, CMS_R_NOT_A_SIGNED_RECEIPT),
crypto/libressl/crypto/cms/cms_err.c
80
{ERR_PACK(ERR_LIB_CMS, 0, CMS_R_NOT_ENCRYPTED_DATA), "not encrypted data"},
crypto/libressl/crypto/cms/cms_err.c
81
{ERR_PACK(ERR_LIB_CMS, 0, CMS_R_NOT_KEK), "not kek"},
crypto/libressl/crypto/cms/cms_err.c
82
{ERR_PACK(ERR_LIB_CMS, 0, CMS_R_NOT_KEY_AGREEMENT), "not key agreement"},
crypto/libressl/crypto/cms/cms_err.c
83
{ERR_PACK(ERR_LIB_CMS, 0, CMS_R_NOT_KEY_TRANSPORT), "not key transport"},
crypto/libressl/crypto/cms/cms_err.c
84
{ERR_PACK(ERR_LIB_CMS, 0, CMS_R_NOT_PWRI), "not pwri"},
crypto/libressl/crypto/cms/cms_err.c
85
{ERR_PACK(ERR_LIB_CMS, 0, CMS_R_NOT_SUPPORTED_FOR_THIS_KEY_TYPE),
crypto/libressl/crypto/cms/cms_err.c
87
{ERR_PACK(ERR_LIB_CMS, 0, CMS_R_NO_CIPHER), "no cipher"},
crypto/libressl/crypto/cms/cms_err.c
88
{ERR_PACK(ERR_LIB_CMS, 0, CMS_R_NO_CONTENT), "no content"},
crypto/libressl/crypto/cms/cms_err.c
89
{ERR_PACK(ERR_LIB_CMS, 0, CMS_R_NO_CONTENT_TYPE), "no content type"},
crypto/libressl/crypto/cms/cms_err.c
90
{ERR_PACK(ERR_LIB_CMS, 0, CMS_R_NO_DEFAULT_DIGEST), "no default digest"},
crypto/libressl/crypto/cms/cms_err.c
91
{ERR_PACK(ERR_LIB_CMS, 0, CMS_R_NO_DIGEST_SET), "no digest set"},
crypto/libressl/crypto/cms/cms_err.c
92
{ERR_PACK(ERR_LIB_CMS, 0, CMS_R_NO_KEY), "no key"},
crypto/libressl/crypto/cms/cms_err.c
93
{ERR_PACK(ERR_LIB_CMS, 0, CMS_R_NO_KEY_OR_CERT), "no key or cert"},
crypto/libressl/crypto/cms/cms_err.c
94
{ERR_PACK(ERR_LIB_CMS, 0, CMS_R_NO_MATCHING_DIGEST), "no matching digest"},
crypto/libressl/crypto/cms/cms_err.c
95
{ERR_PACK(ERR_LIB_CMS, 0, CMS_R_NO_MATCHING_RECIPIENT),
crypto/libressl/crypto/cms/cms_err.c
97
{ERR_PACK(ERR_LIB_CMS, 0, CMS_R_NO_MATCHING_SIGNATURE),
crypto/libressl/crypto/cms/cms_err.c
99
{ERR_PACK(ERR_LIB_CMS, 0, CMS_R_NO_MSGSIGDIGEST), "no msgsigdigest"},
crypto/libressl/crypto/conf/conf_err.c
65
#define ERR_FUNC(func) ERR_PACK(ERR_LIB_CONF,func,0)
crypto/libressl/crypto/conf/conf_err.c
66
#define ERR_REASON(reason) ERR_PACK(ERR_LIB_CONF,0,reason)
crypto/libressl/crypto/cpt_err.c
65
#define ERR_FUNC(func) ERR_PACK(ERR_LIB_CRYPTO,func,0)
crypto/libressl/crypto/cpt_err.c
66
#define ERR_REASON(reason) ERR_PACK(ERR_LIB_CRYPTO,0,reason)
crypto/libressl/crypto/ct/ct_err.c
100
{ERR_PACK(ERR_LIB_CT, CT_F_SCT_SET_VERSION, 0), "SCT_set_version"},
crypto/libressl/crypto/ct/ct_err.c
105
{ERR_PACK(ERR_LIB_CT, 0, CT_R_BASE64_DECODE_ERROR),
crypto/libressl/crypto/ct/ct_err.c
107
{ERR_PACK(ERR_LIB_CT, 0, CT_R_INVALID_LOG_ID_LENGTH),
crypto/libressl/crypto/ct/ct_err.c
109
{ERR_PACK(ERR_LIB_CT, 0, CT_R_LOG_CONF_INVALID), "log conf invalid"},
crypto/libressl/crypto/ct/ct_err.c
110
{ERR_PACK(ERR_LIB_CT, 0, CT_R_LOG_CONF_INVALID_KEY),
crypto/libressl/crypto/ct/ct_err.c
112
{ERR_PACK(ERR_LIB_CT, 0, CT_R_LOG_CONF_MISSING_DESCRIPTION),
crypto/libressl/crypto/ct/ct_err.c
114
{ERR_PACK(ERR_LIB_CT, 0, CT_R_LOG_CONF_MISSING_KEY),
crypto/libressl/crypto/ct/ct_err.c
116
{ERR_PACK(ERR_LIB_CT, 0, CT_R_LOG_KEY_INVALID), "log key invalid"},
crypto/libressl/crypto/ct/ct_err.c
117
{ERR_PACK(ERR_LIB_CT, 0, CT_R_SCT_FUTURE_TIMESTAMP),
crypto/libressl/crypto/ct/ct_err.c
119
{ERR_PACK(ERR_LIB_CT, 0, CT_R_SCT_INVALID), "sct invalid"},
crypto/libressl/crypto/ct/ct_err.c
120
{ERR_PACK(ERR_LIB_CT, 0, CT_R_SCT_INVALID_SIGNATURE),
crypto/libressl/crypto/ct/ct_err.c
122
{ERR_PACK(ERR_LIB_CT, 0, CT_R_SCT_LIST_INVALID), "sct list invalid"},
crypto/libressl/crypto/ct/ct_err.c
123
{ERR_PACK(ERR_LIB_CT, 0, CT_R_SCT_LOG_ID_MISMATCH),
crypto/libressl/crypto/ct/ct_err.c
125
{ERR_PACK(ERR_LIB_CT, 0, CT_R_SCT_NOT_SET), "sct not set"},
crypto/libressl/crypto/ct/ct_err.c
126
{ERR_PACK(ERR_LIB_CT, 0, CT_R_SCT_UNSUPPORTED_VERSION),
crypto/libressl/crypto/ct/ct_err.c
128
{ERR_PACK(ERR_LIB_CT, 0, CT_R_UNRECOGNIZED_SIGNATURE_NID),
crypto/libressl/crypto/ct/ct_err.c
130
{ERR_PACK(ERR_LIB_CT, 0, CT_R_UNSUPPORTED_ENTRY_TYPE),
crypto/libressl/crypto/ct/ct_err.c
132
{ERR_PACK(ERR_LIB_CT, 0, CT_R_UNSUPPORTED_VERSION),
crypto/libressl/crypto/ct/ct_err.c
62
{ERR_PACK(ERR_LIB_CT, CT_F_CTLOG_NEW, 0), "CTLOG_new"},
crypto/libressl/crypto/ct/ct_err.c
63
{ERR_PACK(ERR_LIB_CT, CT_F_CTLOG_NEW_FROM_BASE64, 0),
crypto/libressl/crypto/ct/ct_err.c
65
{ERR_PACK(ERR_LIB_CT, CT_F_CTLOG_NEW_FROM_CONF, 0),
crypto/libressl/crypto/ct/ct_err.c
67
{ERR_PACK(ERR_LIB_CT, CT_F_CTLOG_STORE_LOAD_CTX_NEW, 0),
crypto/libressl/crypto/ct/ct_err.c
69
{ERR_PACK(ERR_LIB_CT, CT_F_CTLOG_STORE_LOAD_FILE, 0),
crypto/libressl/crypto/ct/ct_err.c
71
{ERR_PACK(ERR_LIB_CT, CT_F_CTLOG_STORE_LOAD_LOG, 0),
crypto/libressl/crypto/ct/ct_err.c
73
{ERR_PACK(ERR_LIB_CT, CT_F_CTLOG_STORE_NEW, 0), "CTLOG_STORE_new"},
crypto/libressl/crypto/ct/ct_err.c
74
{ERR_PACK(ERR_LIB_CT, CT_F_CT_BASE64_DECODE, 0), "ct_base64_decode"},
crypto/libressl/crypto/ct/ct_err.c
75
{ERR_PACK(ERR_LIB_CT, CT_F_CT_POLICY_EVAL_CTX_NEW, 0),
crypto/libressl/crypto/ct/ct_err.c
77
{ERR_PACK(ERR_LIB_CT, CT_F_CT_V1_LOG_ID_FROM_PKEY, 0),
crypto/libressl/crypto/ct/ct_err.c
79
{ERR_PACK(ERR_LIB_CT, CT_F_I2O_SCT, 0), "i2o_SCT"},
crypto/libressl/crypto/ct/ct_err.c
80
{ERR_PACK(ERR_LIB_CT, CT_F_I2O_SCT_LIST, 0), "i2o_SCT_LIST"},
crypto/libressl/crypto/ct/ct_err.c
81
{ERR_PACK(ERR_LIB_CT, CT_F_I2O_SCT_SIGNATURE, 0), "i2o_SCT_signature"},
crypto/libressl/crypto/ct/ct_err.c
82
{ERR_PACK(ERR_LIB_CT, CT_F_O2I_SCT, 0), "o2i_SCT"},
crypto/libressl/crypto/ct/ct_err.c
83
{ERR_PACK(ERR_LIB_CT, CT_F_O2I_SCT_LIST, 0), "o2i_SCT_LIST"},
crypto/libressl/crypto/ct/ct_err.c
84
{ERR_PACK(ERR_LIB_CT, CT_F_O2I_SCT_SIGNATURE, 0), "o2i_SCT_signature"},
crypto/libressl/crypto/ct/ct_err.c
85
{ERR_PACK(ERR_LIB_CT, CT_F_SCT_CTX_NEW, 0), "SCT_CTX_new"},
crypto/libressl/crypto/ct/ct_err.c
86
{ERR_PACK(ERR_LIB_CT, CT_F_SCT_CTX_VERIFY, 0), "SCT_CTX_verify"},
crypto/libressl/crypto/ct/ct_err.c
87
{ERR_PACK(ERR_LIB_CT, CT_F_SCT_NEW, 0), "SCT_new"},
crypto/libressl/crypto/ct/ct_err.c
88
{ERR_PACK(ERR_LIB_CT, CT_F_SCT_NEW_FROM_BASE64, 0),
crypto/libressl/crypto/ct/ct_err.c
90
{ERR_PACK(ERR_LIB_CT, CT_F_SCT_SET0_LOG_ID, 0), "SCT_set0_log_id"},
crypto/libressl/crypto/ct/ct_err.c
91
{ERR_PACK(ERR_LIB_CT, CT_F_SCT_SET1_EXTENSIONS, 0),
crypto/libressl/crypto/ct/ct_err.c
93
{ERR_PACK(ERR_LIB_CT, CT_F_SCT_SET1_LOG_ID, 0), "SCT_set1_log_id"},
crypto/libressl/crypto/ct/ct_err.c
94
{ERR_PACK(ERR_LIB_CT, CT_F_SCT_SET1_SIGNATURE, 0),
crypto/libressl/crypto/ct/ct_err.c
96
{ERR_PACK(ERR_LIB_CT, CT_F_SCT_SET_LOG_ENTRY_TYPE, 0),
crypto/libressl/crypto/ct/ct_err.c
98
{ERR_PACK(ERR_LIB_CT, CT_F_SCT_SET_SIGNATURE_NID, 0),
crypto/libressl/crypto/dh/dh_err.c
65
#define ERR_FUNC(func) ERR_PACK(ERR_LIB_DH,func,0)
crypto/libressl/crypto/dh/dh_err.c
66
#define ERR_REASON(reason) ERR_PACK(ERR_LIB_DH,0,reason)
crypto/libressl/crypto/dsa/dsa_err.c
65
#define ERR_FUNC(func) ERR_PACK(ERR_LIB_DSA,func,0)
crypto/libressl/crypto/dsa/dsa_err.c
66
#define ERR_REASON(reason) ERR_PACK(ERR_LIB_DSA,0,reason)
crypto/libressl/crypto/dso/dso_err.c
65
#define ERR_FUNC(func) ERR_PACK(ERR_LIB_DSO,func,0)
crypto/libressl/crypto/dso/dso_err.c
66
#define ERR_REASON(reason) ERR_PACK(ERR_LIB_DSO,0,reason)
crypto/libressl/crypto/ec/ec_err.c
65
#define ERR_FUNC(func) ERR_PACK(ERR_LIB_EC,func,0)
crypto/libressl/crypto/ec/ec_err.c
66
#define ERR_REASON(reason) ERR_PACK(ERR_LIB_EC,0,reason)
crypto/libressl/crypto/ecdh/ech_err.c
65
#define ERR_FUNC(func) ERR_PACK(ERR_LIB_ECDH,func,0)
crypto/libressl/crypto/ecdh/ech_err.c
66
#define ERR_REASON(reason) ERR_PACK(ERR_LIB_ECDH,0,reason)
crypto/libressl/crypto/ecdsa/ecs_err.c
65
#define ERR_FUNC(func) ERR_PACK(ERR_LIB_ECDSA,func,0)
crypto/libressl/crypto/ecdsa/ecs_err.c
66
#define ERR_REASON(reason) ERR_PACK(ERR_LIB_ECDSA,0,reason)
crypto/libressl/crypto/engine/eng_err.c
65
#define ERR_FUNC(func) ERR_PACK(ERR_LIB_ENGINE,func,0)
crypto/libressl/crypto/engine/eng_err.c
66
#define ERR_REASON(reason) ERR_PACK(ERR_LIB_ENGINE,0,reason)
crypto/libressl/crypto/err/err.c
1001
d.error = ERR_PACK(l, f, 0);
crypto/libressl/crypto/err/err.c
1015
d.error = ERR_PACK(l, 0, r);
crypto/libressl/crypto/err/err.c
1018
d.error = ERR_PACK(0, 0, r);
crypto/libressl/crypto/err/err.c
133
{ERR_PACK(ERR_LIB_NONE,0,0), "unknown library"},
crypto/libressl/crypto/err/err.c
134
{ERR_PACK(ERR_LIB_SYS,0,0), "system library"},
crypto/libressl/crypto/err/err.c
135
{ERR_PACK(ERR_LIB_BN,0,0), "bignum routines"},
crypto/libressl/crypto/err/err.c
136
{ERR_PACK(ERR_LIB_RSA,0,0), "rsa routines"},
crypto/libressl/crypto/err/err.c
137
{ERR_PACK(ERR_LIB_DH,0,0), "Diffie-Hellman routines"},
crypto/libressl/crypto/err/err.c
138
{ERR_PACK(ERR_LIB_EVP,0,0), "digital envelope routines"},
crypto/libressl/crypto/err/err.c
139
{ERR_PACK(ERR_LIB_BUF,0,0), "memory buffer routines"},
crypto/libressl/crypto/err/err.c
140
{ERR_PACK(ERR_LIB_OBJ,0,0), "object identifier routines"},
crypto/libressl/crypto/err/err.c
141
{ERR_PACK(ERR_LIB_PEM,0,0), "PEM routines"},
crypto/libressl/crypto/err/err.c
142
{ERR_PACK(ERR_LIB_DSA,0,0), "dsa routines"},
crypto/libressl/crypto/err/err.c
143
{ERR_PACK(ERR_LIB_X509,0,0), "x509 certificate routines"},
crypto/libressl/crypto/err/err.c
144
{ERR_PACK(ERR_LIB_ASN1,0,0), "asn1 encoding routines"},
crypto/libressl/crypto/err/err.c
145
{ERR_PACK(ERR_LIB_CONF,0,0), "configuration file routines"},
crypto/libressl/crypto/err/err.c
146
{ERR_PACK(ERR_LIB_CRYPTO,0,0), "common libcrypto routines"},
crypto/libressl/crypto/err/err.c
147
{ERR_PACK(ERR_LIB_EC,0,0), "elliptic curve routines"},
crypto/libressl/crypto/err/err.c
148
{ERR_PACK(ERR_LIB_SSL,0,0), "SSL routines"},
crypto/libressl/crypto/err/err.c
149
{ERR_PACK(ERR_LIB_BIO,0,0), "BIO routines"},
crypto/libressl/crypto/err/err.c
150
{ERR_PACK(ERR_LIB_PKCS7,0,0), "PKCS7 routines"},
crypto/libressl/crypto/err/err.c
151
{ERR_PACK(ERR_LIB_X509V3,0,0), "X509 V3 routines"},
crypto/libressl/crypto/err/err.c
152
{ERR_PACK(ERR_LIB_PKCS12,0,0), "PKCS12 routines"},
crypto/libressl/crypto/err/err.c
153
{ERR_PACK(ERR_LIB_RAND,0,0), "random number generator"},
crypto/libressl/crypto/err/err.c
154
{ERR_PACK(ERR_LIB_DSO,0,0), "DSO support routines"},
crypto/libressl/crypto/err/err.c
155
{ERR_PACK(ERR_LIB_TS,0,0), "time stamp routines"},
crypto/libressl/crypto/err/err.c
156
{ERR_PACK(ERR_LIB_ENGINE,0,0), "engine routines"},
crypto/libressl/crypto/err/err.c
157
{ERR_PACK(ERR_LIB_OCSP,0,0), "OCSP routines"},
crypto/libressl/crypto/err/err.c
158
{ERR_PACK(ERR_LIB_FIPS,0,0), "FIPS routines"},
crypto/libressl/crypto/err/err.c
159
{ERR_PACK(ERR_LIB_CMS,0,0), "CMS routines"},
crypto/libressl/crypto/err/err.c
160
{ERR_PACK(ERR_LIB_HMAC,0,0), "HMAC routines"},
crypto/libressl/crypto/err/err.c
161
{ERR_PACK(ERR_LIB_GOST,0,0), "GOST routines"},
crypto/libressl/crypto/err/err.c
166
{ERR_PACK(0,SYS_F_FOPEN, 0), "fopen"},
crypto/libressl/crypto/err/err.c
167
{ERR_PACK(0,SYS_F_CONNECT, 0), "connect"},
crypto/libressl/crypto/err/err.c
168
{ERR_PACK(0,SYS_F_GETSERVBYNAME, 0), "getservbyname"},
crypto/libressl/crypto/err/err.c
169
{ERR_PACK(0,SYS_F_SOCKET, 0), "socket"},
crypto/libressl/crypto/err/err.c
170
{ERR_PACK(0,SYS_F_IOCTLSOCKET, 0), "ioctl"},
crypto/libressl/crypto/err/err.c
171
{ERR_PACK(0,SYS_F_BIND, 0), "bind"},
crypto/libressl/crypto/err/err.c
172
{ERR_PACK(0,SYS_F_LISTEN, 0), "listen"},
crypto/libressl/crypto/err/err.c
173
{ERR_PACK(0,SYS_F_ACCEPT, 0), "accept"},
crypto/libressl/crypto/err/err.c
174
{ERR_PACK(0,SYS_F_OPENDIR, 0), "opendir"},
crypto/libressl/crypto/err/err.c
175
{ERR_PACK(0,SYS_F_FREAD, 0), "fread"},
crypto/libressl/crypto/err/err.c
690
str->error |= ERR_PACK(lib, 0, 0);
crypto/libressl/crypto/err/err.c
711
str->error |= ERR_PACK(lib, 0, 0);
crypto/libressl/crypto/err/err.c
741
es->err_buffer[es->top] = ERR_PACK(lib, func, reason);
crypto/libressl/crypto/err/err.c
987
d.error = ERR_PACK(l, 0, 0);
crypto/libressl/crypto/evp/evp_err.c
65
#define ERR_FUNC(func) ERR_PACK(ERR_LIB_EVP,func,0)
crypto/libressl/crypto/evp/evp_err.c
66
#define ERR_REASON(reason) ERR_PACK(ERR_LIB_EVP,0,reason)
crypto/libressl/crypto/gost/gost_err.c
62
#define ERR_FUNC(func) ERR_PACK(ERR_LIB_GOST,func,0)
crypto/libressl/crypto/gost/gost_err.c
63
#define ERR_REASON(reason) ERR_PACK(ERR_LIB_GOST,0,reason)
crypto/libressl/crypto/kdf/kdf_err.c
62
{ERR_PACK(ERR_LIB_KDF, KDF_F_PKEY_HKDF_CTRL_STR, 0), "pkey_hkdf_ctrl_str"},
crypto/libressl/crypto/kdf/kdf_err.c
63
{ERR_PACK(ERR_LIB_KDF, KDF_F_PKEY_HKDF_DERIVE, 0), "pkey_hkdf_derive"},
crypto/libressl/crypto/kdf/kdf_err.c
64
{ERR_PACK(ERR_LIB_KDF, KDF_F_PKEY_HKDF_INIT, 0), "pkey_hkdf_init"},
crypto/libressl/crypto/kdf/kdf_err.c
69
{ERR_PACK(ERR_LIB_KDF, 0, KDF_R_MISSING_KEY), "missing key"},
crypto/libressl/crypto/kdf/kdf_err.c
70
{ERR_PACK(ERR_LIB_KDF, 0, KDF_R_MISSING_MESSAGE_DIGEST),
crypto/libressl/crypto/kdf/kdf_err.c
72
{ERR_PACK(ERR_LIB_KDF, 0, KDF_R_UNKNOWN_PARAMETER_TYPE),
crypto/libressl/crypto/objects/obj_err.c
65
#define ERR_FUNC(func) ERR_PACK(ERR_LIB_OBJ,func,0)
crypto/libressl/crypto/objects/obj_err.c
66
#define ERR_REASON(reason) ERR_PACK(ERR_LIB_OBJ,0,reason)
crypto/libressl/crypto/ocsp/ocsp_err.c
65
#define ERR_FUNC(func) ERR_PACK(ERR_LIB_OCSP,func,0)
crypto/libressl/crypto/ocsp/ocsp_err.c
66
#define ERR_REASON(reason) ERR_PACK(ERR_LIB_OCSP,0,reason)
crypto/libressl/crypto/pem/pem_err.c
65
#define ERR_FUNC(func) ERR_PACK(ERR_LIB_PEM,func,0)
crypto/libressl/crypto/pem/pem_err.c
66
#define ERR_REASON(reason) ERR_PACK(ERR_LIB_PEM,0,reason)
crypto/libressl/crypto/pkcs12/pk12err.c
65
#define ERR_FUNC(func) ERR_PACK(ERR_LIB_PKCS12,func,0)
crypto/libressl/crypto/pkcs12/pk12err.c
66
#define ERR_REASON(reason) ERR_PACK(ERR_LIB_PKCS12,0,reason)
crypto/libressl/crypto/pkcs7/pkcs7err.c
65
#define ERR_FUNC(func) ERR_PACK(ERR_LIB_PKCS7,func,0)
crypto/libressl/crypto/pkcs7/pkcs7err.c
66
#define ERR_REASON(reason) ERR_PACK(ERR_LIB_PKCS7,0,reason)
crypto/libressl/crypto/rand/rand_err.c
65
#define ERR_FUNC(func) ERR_PACK(ERR_LIB_RAND,func,0)
crypto/libressl/crypto/rand/rand_err.c
66
#define ERR_REASON(reason) ERR_PACK(ERR_LIB_RAND,0,reason)
crypto/libressl/crypto/rsa/rsa_err.c
65
#define ERR_FUNC(func) ERR_PACK(ERR_LIB_RSA,func,0)
crypto/libressl/crypto/rsa/rsa_err.c
66
#define ERR_REASON(reason) ERR_PACK(ERR_LIB_RSA,0,reason)
crypto/libressl/crypto/ts/ts_err.c
65
#define ERR_FUNC(func) ERR_PACK(ERR_LIB_TS,func,0)
crypto/libressl/crypto/ts/ts_err.c
66
#define ERR_REASON(reason) ERR_PACK(ERR_LIB_TS,0,reason)
crypto/libressl/crypto/ui/ui_err.c
65
#define ERR_FUNC(func) ERR_PACK(ERR_LIB_UI,func,0)
crypto/libressl/crypto/ui/ui_err.c
66
#define ERR_REASON(reason) ERR_PACK(ERR_LIB_UI,0,reason)
crypto/libressl/crypto/x509/x509_err.c
66
#define ERR_FUNC(func) ERR_PACK(ERR_LIB_X509,func,0)
crypto/libressl/crypto/x509/x509_err.c
67
#define ERR_REASON(reason) ERR_PACK(ERR_LIB_X509,0,reason)
crypto/libressl/ssl/ssl_err.c
66
#define ERR_FUNC(func) ERR_PACK(ERR_LIB_SSL,func,0)
crypto/libressl/ssl/ssl_err.c
67
#define ERR_REASON(reason) ERR_PACK(ERR_LIB_SSL,0,reason)