Lines Matching refs:ERR_REASON

69 #define ERR_REASON(reason) ERR_PACK(ERR_LIB_STORE,0,reason)
150 {ERR_REASON(STORE_R_ALREADY_HAS_A_VALUE) ,"already has a value"},
151 {ERR_REASON(STORE_R_FAILED_DELETING_ARBITRARY),"failed deleting arbitrary"},
152 {ERR_REASON(STORE_R_FAILED_DELETING_CERTIFICATE),"failed deleting certificate"},
153 {ERR_REASON(STORE_R_FAILED_DELETING_KEY) ,"failed deleting key"},
154 {ERR_REASON(STORE_R_FAILED_DELETING_NUMBER),"failed deleting number"},
155 {ERR_REASON(STORE_R_FAILED_GENERATING_CRL),"failed generating crl"},
156 {ERR_REASON(STORE_R_FAILED_GENERATING_KEY),"failed generating key"},
157 {ERR_REASON(STORE_R_FAILED_GETTING_ARBITRARY),"failed getting arbitrary"},
158 {ERR_REASON(STORE_R_FAILED_GETTING_CERTIFICATE),"failed getting certificate"},
159 {ERR_REASON(STORE_R_FAILED_GETTING_KEY) ,"failed getting key"},
160 {ERR_REASON(STORE_R_FAILED_GETTING_NUMBER),"failed getting number"},
161 {ERR_REASON(STORE_R_FAILED_LISTING_CERTIFICATES),"failed listing certificates"},
162 {ERR_REASON(STORE_R_FAILED_LISTING_KEYS) ,"failed listing keys"},
163 {ERR_REASON(STORE_R_FAILED_MODIFYING_ARBITRARY),"failed modifying arbitrary"},
164 {ERR_REASON(STORE_R_FAILED_MODIFYING_CERTIFICATE),"failed modifying certificate"},
165 {ERR_REASON(STORE_R_FAILED_MODIFYING_CRL),"failed modifying crl"},
166 {ERR_REASON(STORE_R_FAILED_MODIFYING_NUMBER),"failed modifying number"},
167 {ERR_REASON(STORE_R_FAILED_MODIFYING_PRIVATE_KEY),"failed modifying private key"},
168 {ERR_REASON(STORE_R_FAILED_MODIFYING_PUBLIC_KEY),"failed modifying public key"},
169 {ERR_REASON(STORE_R_FAILED_REVOKING_CERTIFICATE),"failed revoking certificate"},
170 {ERR_REASON(STORE_R_FAILED_REVOKING_KEY) ,"failed revoking key"},
171 {ERR_REASON(STORE_R_FAILED_STORING_ARBITRARY),"failed storing arbitrary"},
172 {ERR_REASON(STORE_R_FAILED_STORING_CERTIFICATE),"failed storing certificate"},
173 {ERR_REASON(STORE_R_FAILED_STORING_KEY) ,"failed storing key"},
174 {ERR_REASON(STORE_R_FAILED_STORING_NUMBER),"failed storing number"},
175 {ERR_REASON(STORE_R_NOT_IMPLEMENTED) ,"not implemented"},
176 {ERR_REASON(STORE_R_NO_CONTROL_FUNCTION) ,"no control function"},
177 {ERR_REASON(STORE_R_NO_DELETE_ARBITRARY_FUNCTION),"no delete arbitrary function"},
178 {ERR_REASON(STORE_R_NO_DELETE_NUMBER_FUNCTION),"no delete number function"},
179 {ERR_REASON(STORE_R_NO_DELETE_OBJECT_FUNCTION),"no delete object function"},
180 {ERR_REASON(STORE_R_NO_GENERATE_CRL_FUNCTION),"no generate crl function"},
181 {ERR_REASON(STORE_R_NO_GENERATE_OBJECT_FUNCTION),"no generate object function"},
182 {ERR_REASON(STORE_R_NO_GET_OBJECT_ARBITRARY_FUNCTION),"no get object arbitrary function"},
183 {ERR_REASON(STORE_R_NO_GET_OBJECT_FUNCTION),"no get object function"},
184 {ERR_REASON(STORE_R_NO_GET_OBJECT_NUMBER_FUNCTION),"no get object number function"},
185 {ERR_REASON(STORE_R_NO_LIST_OBJECT_ENDP_FUNCTION),"no list object endp function"},
186 {ERR_REASON(STORE_R_NO_LIST_OBJECT_END_FUNCTION),"no list object end function"},
187 {ERR_REASON(STORE_R_NO_LIST_OBJECT_NEXT_FUNCTION),"no list object next function"},
188 {ERR_REASON(STORE_R_NO_LIST_OBJECT_START_FUNCTION),"no list object start function"},
189 {ERR_REASON(STORE_R_NO_MODIFY_OBJECT_FUNCTION),"no modify object function"},
190 {ERR_REASON(STORE_R_NO_REVOKE_OBJECT_FUNCTION),"no revoke object function"},
191 {ERR_REASON(STORE_R_NO_STORE) ,"no store"},
192 {ERR_REASON(STORE_R_NO_STORE_OBJECT_ARBITRARY_FUNCTION),"no store object arbitrary function"},
193 {ERR_REASON(STORE_R_NO_STORE_OBJECT_FUNCTION),"no store object function"},
194 {ERR_REASON(STORE_R_NO_STORE_OBJECT_NUMBER_FUNCTION),"no store object number function"},
195 {ERR_REASON(STORE_R_NO_VALUE) ,"no value"},