• Home
  • Raw
  • Download

Lines Matching refs:ERR_REASON

69 #define ERR_REASON(reason) ERR_PACK(ERR_LIB_PKCS7,0,reason)  macro
118 {ERR_REASON(PKCS7_R_CERTIFICATE_VERIFY_ERROR),"certificate verify error"},
119 {ERR_REASON(PKCS7_R_CIPHER_HAS_NO_OBJECT_IDENTIFIER),"cipher has no object identifier"},
120 {ERR_REASON(PKCS7_R_CIPHER_NOT_INITIALIZED),"cipher not initialized"},
121 {ERR_REASON(PKCS7_R_CONTENT_AND_DATA_PRESENT),"content and data present"},
122 {ERR_REASON(PKCS7_R_CTRL_ERROR) ,"ctrl error"},
123 {ERR_REASON(PKCS7_R_DECODE_ERROR) ,"decode error"},
124 {ERR_REASON(PKCS7_R_DECRYPTED_KEY_IS_WRONG_LENGTH),"decrypted key is wrong length"},
125 {ERR_REASON(PKCS7_R_DECRYPT_ERROR) ,"decrypt error"},
126 {ERR_REASON(PKCS7_R_DIGEST_FAILURE) ,"digest failure"},
127 {ERR_REASON(PKCS7_R_ENCRYPTION_CTRL_FAILURE),"encryption ctrl failure"},
128 {ERR_REASON(PKCS7_R_ENCRYPTION_NOT_SUPPORTED_FOR_THIS_KEY_TYPE),"encryption not supported for this …
129 {ERR_REASON(PKCS7_R_ERROR_ADDING_RECIPIENT),"error adding recipient"},
130 {ERR_REASON(PKCS7_R_ERROR_SETTING_CIPHER),"error setting cipher"},
131 {ERR_REASON(PKCS7_R_INVALID_MIME_TYPE) ,"invalid mime type"},
132 {ERR_REASON(PKCS7_R_INVALID_NULL_POINTER),"invalid null pointer"},
133 {ERR_REASON(PKCS7_R_MIME_NO_CONTENT_TYPE),"mime no content type"},
134 {ERR_REASON(PKCS7_R_MIME_PARSE_ERROR) ,"mime parse error"},
135 {ERR_REASON(PKCS7_R_MIME_SIG_PARSE_ERROR),"mime sig parse error"},
136 {ERR_REASON(PKCS7_R_MISSING_CERIPEND_INFO),"missing ceripend info"},
137 {ERR_REASON(PKCS7_R_NO_CONTENT) ,"no content"},
138 {ERR_REASON(PKCS7_R_NO_CONTENT_TYPE) ,"no content type"},
139 {ERR_REASON(PKCS7_R_NO_DEFAULT_DIGEST) ,"no default digest"},
140 {ERR_REASON(PKCS7_R_NO_MATCHING_DIGEST_TYPE_FOUND),"no matching digest type found"},
141 {ERR_REASON(PKCS7_R_NO_MULTIPART_BODY_FAILURE),"no multipart body failure"},
142 {ERR_REASON(PKCS7_R_NO_MULTIPART_BOUNDARY),"no multipart boundary"},
143 {ERR_REASON(PKCS7_R_NO_RECIPIENT_MATCHES_CERTIFICATE),"no recipient matches certificate"},
144 {ERR_REASON(PKCS7_R_NO_RECIPIENT_MATCHES_KEY),"no recipient matches key"},
145 {ERR_REASON(PKCS7_R_NO_SIGNATURES_ON_DATA),"no signatures on data"},
146 {ERR_REASON(PKCS7_R_NO_SIGNERS) ,"no signers"},
147 {ERR_REASON(PKCS7_R_NO_SIG_CONTENT_TYPE) ,"no sig content type"},
148 {ERR_REASON(PKCS7_R_OPERATION_NOT_SUPPORTED_ON_THIS_TYPE),"operation not supported on this type"},
149 {ERR_REASON(PKCS7_R_PKCS7_ADD_SIGNATURE_ERROR),"pkcs7 add signature error"},
150 {ERR_REASON(PKCS7_R_PKCS7_ADD_SIGNER_ERROR),"pkcs7 add signer error"},
151 {ERR_REASON(PKCS7_R_PKCS7_DATAFINAL) ,"pkcs7 datafinal"},
152 {ERR_REASON(PKCS7_R_PKCS7_DATAFINAL_ERROR),"pkcs7 datafinal error"},
153 {ERR_REASON(PKCS7_R_PKCS7_DATASIGN) ,"pkcs7 datasign"},
154 {ERR_REASON(PKCS7_R_PKCS7_PARSE_ERROR) ,"pkcs7 parse error"},
155 {ERR_REASON(PKCS7_R_PKCS7_SIG_PARSE_ERROR),"pkcs7 sig parse error"},
156 {ERR_REASON(PKCS7_R_PRIVATE_KEY_DOES_NOT_MATCH_CERTIFICATE),"private key does not match certificate…
157 {ERR_REASON(PKCS7_R_SIGNATURE_FAILURE) ,"signature failure"},
158 {ERR_REASON(PKCS7_R_SIGNER_CERTIFICATE_NOT_FOUND),"signer certificate not found"},
159 {ERR_REASON(PKCS7_R_SIGNING_CTRL_FAILURE),"signing ctrl failure"},
160 {ERR_REASON(PKCS7_R_SIGNING_NOT_SUPPORTED_FOR_THIS_KEY_TYPE),"signing not supported for this key ty…
161 {ERR_REASON(PKCS7_R_SIG_INVALID_MIME_TYPE),"sig invalid mime type"},
162 {ERR_REASON(PKCS7_R_SMIME_TEXT_ERROR) ,"smime text error"},
163 {ERR_REASON(PKCS7_R_UNABLE_TO_FIND_CERTIFICATE),"unable to find certificate"},
164 {ERR_REASON(PKCS7_R_UNABLE_TO_FIND_MEM_BIO),"unable to find mem bio"},
165 {ERR_REASON(PKCS7_R_UNABLE_TO_FIND_MESSAGE_DIGEST),"unable to find message digest"},
166 {ERR_REASON(PKCS7_R_UNKNOWN_DIGEST_TYPE) ,"unknown digest type"},
167 {ERR_REASON(PKCS7_R_UNKNOWN_OPERATION) ,"unknown operation"},
168 {ERR_REASON(PKCS7_R_UNSUPPORTED_CIPHER_TYPE),"unsupported cipher type"},
169 {ERR_REASON(PKCS7_R_UNSUPPORTED_CONTENT_TYPE),"unsupported content type"},
170 {ERR_REASON(PKCS7_R_WRONG_CONTENT_TYPE) ,"wrong content type"},
171 {ERR_REASON(PKCS7_R_WRONG_PKCS7_TYPE) ,"wrong pkcs7 type"},