Searched refs:error_code (Results 1 - 25 of 239) sorted by relevance

12345678910

/freebsd-10-stable/crypto/heimdal/lib/hx509/
H A Dhx509_err.et12 error_code BAD_TIMEFORMAT, "ASN.1 failed call to system time library"
13 error_code EXTENSION_NOT_FOUND, "Extension not found"
14 error_code NO_PATH, "Certification path not found"
15 error_code PARENT_NOT_CA, "Parent certificate is not a CA"
16 error_code CA_PATH_TOO_DEEP, "CA path too deep"
17 error_code SIG_ALG_NO_SUPPORTED, "Signature algorithm not supported"
18 error_code SIG_ALG_DONT_MATCH_KEY_ALG, "Signature algorithm doesn't match certificate key"
19 error_code CERT_USED_BEFORE_TIME, "Certificate used before it became valid"
20 error_code CERT_USED_AFTER_TIME, "Certificate used after it became invalid"
21 error_code PRIVATE_KEY_MISSIN
[all...]
/freebsd-10-stable/crypto/heimdal/lib/kadm5/
H A Dkadm5_err.et11 error_code FAILURE, "Operation failed for unspecified reason"
12 error_code AUTH_GET, "Operation requires `get' privilege"
13 error_code AUTH_ADD, "Operation requires `add' privilege"
14 error_code AUTH_MODIFY, "Operation requires `modify' privilege"
15 error_code AUTH_DELETE, "Operation requires `delete' privilege"
16 error_code AUTH_INSUFFICIENT, "Insufficient authorization for operation"
17 error_code BAD_DB, "Database inconsistency detected"
18 error_code DUP, "Principal or policy already exists"
19 error_code RPC_ERROR, "Communication failure with server"
20 error_code NO_SR
[all...]
/freebsd-10-stable/crypto/heimdal/lib/krb5/
H A Dkrb5_err.et11 error_code NONE, "No error"
12 error_code NAME_EXP, "Client's entry in database has expired"
13 error_code SERVICE_EXP, "Server's entry in database has expired"
14 error_code BAD_PVNO, "Requested protocol version not supported"
15 error_code C_OLD_MAST_KVNO, "Client's key is encrypted in an old master key"
16 error_code S_OLD_MAST_KVNO, "Server's key is encrypted in an old master key"
17 error_code C_PRINCIPAL_UNKNOWN, "Client not found in Kerberos database"
18 error_code S_PRINCIPAL_UNKNOWN, "Server not found in Kerberos database"
19 error_code PRINCIPAL_NOT_UNIQUE,"Principal has multiple entries in Kerberos database"
20 error_code NULL_KE
[all...]
H A Dheim_err.et12 error_code LOG_PARSE, "Error parsing log destination"
13 error_code V4_PRINC_NO_CONV, "Failed to convert v4 principal"
14 error_code SALTTYPE_NOSUPP, "Salt type is not supported by enctype"
15 error_code NOHOST, "Host not found"
16 error_code OPNOTSUPP, "Operation not supported"
17 error_code EOF, "End of file"
18 error_code BAD_MKEY, "Failed to get the master key"
19 error_code SERVICE_NOMATCH, "Unacceptable service used"
20 error_code NOT_SEEKABLE, "File descriptor not seekable"
21 error_code TOO_BI
[all...]
H A Dk524_err.et11 error_code BADKEY, "wrong keytype in ticket"
12 error_code BADADDR, "incorrect network address"
13 error_code BADPRINC, "cannot convert V5 principal" #unused
14 error_code BADREALM, "V5 realm name longer than V4 maximum" #unused
15 error_code V4ERR, "kerberos V4 error server"
16 error_code ENCFULL, "encoding too large at server"
17 error_code DECEMPTY, "decoding out of data" #unused
18 error_code NOTRESP, "service not responding" #unused
H A Dmk_error.c38 krb5_error_code error_code,
64 if(error_code < KRB5KDC_ERR_NONE || error_code >= KRB5_ERR_RCSID) {
66 e_text = e_text2 = krb5_get_error_message(context, error_code);
67 error_code = KRB5KRB_ERR_GENERIC;
69 msg.error_code = error_code - KRB5KDC_ERR_NONE;
37 krb5_mk_error(krb5_context context, krb5_error_code error_code, const char *e_text, const krb5_data *e_data, const krb5_principal client, const krb5_principal server, time_t *client_time, int *client_usec, krb5_data *reply) argument
/freebsd-10-stable/crypto/heimdal/lib/wind/
H A Dwind_err.et11 error_code NONE, "No error"
12 error_code NO_PROFILE, "No such profile"
13 error_code OVERRUN, "Buffer overrun"
14 error_code UNDERUN, "Buffer underrun"
15 error_code LENGTH_NOT_MOD2, "Length not mod2"
16 error_code LENGTH_NOT_MOD4, "Length not mod4"
17 error_code INVALID_UTF8, "Invalid UTF-8 combination in string"
18 error_code INVALID_UTF16, "Invalid UTF-16 combination in string"
19 error_code INVALID_UTF32, "Invalid UTF-32 combination in string"
20 error_code NO_BO
[all...]
/freebsd-10-stable/crypto/heimdal/lib/hdb/
H A Dhdb_err.et13 #error_code INUSE, "Entry already exists in database"
14 error_code UK_SERROR, "Database store error"
15 error_code UK_RERROR, "Database read error"
16 error_code NOENTRY, "No such entry in the database"
17 error_code DB_INUSE, "Database is locked or in use--try again later"
18 error_code DB_CHANGED, "Database was modified during read"
19 error_code RECURSIVELOCK, "Attempt to lock database twice"
20 error_code NOTLOCKED, "Attempt to unlock database when not locked"
21 error_code BADLOCKMODE, "Invalid kdb lock mode"
22 error_code CANT_LOCK_D
[all...]
/freebsd-10-stable/crypto/heimdal/lib/ntlm/
H A Dntlm_err.et10 error_code DECODE, "Failed to decode packet"
11 error_code INVALID_LENGTH, "Input length invalid"
12 error_code CRYPTO, "Failed crypto primitive"
13 error_code RAND, "Random generator failed"
14 error_code AUTH, "NTLM authentication failed"
15 error_code TIME_SKEW, "Client time skewed to server"
16 error_code OEM, "Client set OEM string"
17 error_code MISSING_NAME_SEPARATOR, "missing @ or \ in name"
18 error_code MISSING_BUFFER, "missing expected buffer"
19 error_code INVALID_APO
[all...]
/freebsd-10-stable/crypto/heimdal/lib/asn1/
H A Dasn1_err.et10 error_code BAD_TIMEFORMAT, "ASN.1 failed call to system time library"
11 error_code MISSING_FIELD, "ASN.1 structure is missing a required field"
12 error_code MISPLACED_FIELD, "ASN.1 unexpected field number"
13 error_code TYPE_MISMATCH, "ASN.1 type numbers are inconsistent"
14 error_code OVERFLOW, "ASN.1 value too large"
15 error_code OVERRUN, "ASN.1 encoding ended unexpectedly"
16 error_code BAD_ID, "ASN.1 identifier doesn't match expected value"
17 error_code BAD_LENGTH, "ASN.1 length doesn't match expected value"
18 error_code BAD_FORMAT, "ASN.1 badly-formatted encoding"
19 error_code PARSE_ERRO
[all...]
/freebsd-10-stable/crypto/heimdal/lib/gssapi/krb5/
H A Dgkrb5_err.et11 error_code G_BAD_SERVICE_NAME, "No @ in SERVICE-NAME name string"
12 error_code G_BAD_STRING_UID, "STRING-UID-NAME contains nondigits"
13 error_code G_NOUSER, "UID does not resolve to username"
14 error_code G_VALIDATE_FAILED, "Validation error"
15 error_code G_BUFFER_ALLOC, "Couldn't allocate gss_buffer_t data"
16 error_code G_BAD_MSG_CTX, "Message context invalid"
17 error_code G_WRONG_SIZE, "Buffer is the wrong size"
18 error_code G_BAD_USAGE, "Credential usage type is unknown"
19 error_code G_UNKNOWN_QOP, "Unknown quality of protection specified"
23 error_code KG_CCACHE_NOMATC
[all...]
/freebsd-10-stable/contrib/llvm/include/llvm/Object/
H A DObjectFile.h65 content_iterator& increment(error_code &err) {
67 if (error_code ec = Current.getNext(next))
103 error_code getNext(RelocationRef &Result) const;
105 error_code getAddress(uint64_t &Result) const;
106 error_code getOffset(uint64_t &Result) const;
108 error_code getType(uint64_t &Result) const;
113 error_code getHidden(bool &Result) const;
118 error_code getTypeName(SmallVectorImpl<char> &Result) const;
124 error_code getValueString(SmallVectorImpl<char> &Result) const;
148 error_code getNex
[all...]
H A DMachO.h41 error_code getNext(DiceRef &Result) const;
43 error_code getOffset(uint32_t &Result) const;
44 error_code getLength(uint16_t &Result) const;
45 error_code getKind(uint16_t &Result) const;
60 error_code &ec);
62 virtual error_code getSymbolNext(DataRefImpl Symb, SymbolRef &Res) const;
63 virtual error_code getSymbolName(DataRefImpl Symb, StringRef &Res) const;
64 virtual error_code getSymbolAddress(DataRefImpl Symb, uint64_t &Res) const;
65 virtual error_code getSymbolFileOffset(DataRefImpl Symb, uint64_t &Res) const;
66 virtual error_code getSymbolAlignmen
[all...]
H A DCOFF.h236 error_code getString(uint32_t offset, StringRef &Res) const;
242 error_code initSymbolTablePtr();
243 error_code initImportTablePtr();
246 virtual error_code getSymbolNext(DataRefImpl Symb, SymbolRef &Res) const;
247 virtual error_code getSymbolName(DataRefImpl Symb, StringRef &Res) const;
248 virtual error_code getSymbolFileOffset(DataRefImpl Symb, uint64_t &Res) const;
249 virtual error_code getSymbolAddress(DataRefImpl Symb, uint64_t &Res) const;
250 virtual error_code getSymbolSize(DataRefImpl Symb, uint64_t &Res) const;
251 virtual error_code getSymbolFlags(DataRefImpl Symb, uint32_t &Res) const;
252 virtual error_code getSymbolTyp
[all...]
/freebsd-10-stable/contrib/gdb/include/
H A Dos9k.h162 error_code _os_crc (void *, u_int32, int *);
163 error_code _os_datmod (char *, u_int32, u_int16 *, u_int16 *, u_int32, void **, mh_data **);
164 error_code _os_get_moddir (void *, u_int32 *);
165 error_code _os_initdata (mh_com *, void *);
166 error_code _os_link (char **, mh_com **, void **, u_int16 *, u_int16 *);
167 error_code _os_linkm (mh_com *, void **, u_int16 *, u_int16 *);
168 error_code _os_load (char *, mh_com **, void **, u_int32, u_int16 *, u_int16 *, u_int32);
169 error_code _os_mkmodule (char *, u_int32, u_int16 *, u_int16 *, u_int32, void **, mh_com **, u_int32);
170 error_code _os_modaddr (void *, mh_com **);
171 error_code _os_setcr
[all...]
/freebsd-10-stable/contrib/com_err/
H A Dcompile_et.h54 struct error_code { struct
58 struct error_code *next, **tail;
61 extern struct error_code *codes;
/freebsd-10-stable/crypto/heimdal/lib/com_err/
H A Dcompile_et.h57 struct error_code { struct
61 struct error_code *next, **tail;
64 extern struct error_code *codes;
/freebsd-10-stable/contrib/llvm/include/llvm/Support/
H A DProgram.h22 class error_code;
67 error_code ChangeStdinToBinary();
68 error_code ChangeStdoutToBinary();
69 error_code ChangeStderrToBinary();
H A DMemoryBuffer.h25 class error_code;
69 static error_code getFile(Twine Filename, OwningPtr<MemoryBuffer> &result,
76 static error_code getOpenFileSlice(int FD, const char *Filename,
82 static error_code getOpenFile(int FD, const char *Filename,
114 static error_code getSTDIN(OwningPtr<MemoryBuffer> &result);
120 static error_code getFileOrSTDIN(StringRef Filename,
H A DFileSystem.h14 // All functions return an error_code and their actual work via the last out
19 // this does not guarantee that error_code will be in the set of explicitly
21 // errors occur, the correct error_code will be used ]. All functions may
272 /// platform specific error_code.
273 error_code make_absolute(SmallVectorImpl<char> &path);
280 /// otherwise a platform specific error_code.
281 error_code create_directories(const Twine &path, bool &existed);
285 inline error_code create_directories(const Twine &Path) {
295 /// otherwise a platform specific error_code.
296 error_code create_director
[all...]
H A DFileOutputBuffer.h24 class error_code;
43 static error_code create(StringRef FilePath, size_t Size,
72 error_code commit(int64_t NewSmallerSize = -1);
/freebsd-10-stable/contrib/llvm/tools/llvm-readobj/
H A DObjDumper.h19 class error_code;
47 error_code createCOFFDumper(const object::ObjectFile *Obj,
51 error_code createELFDumper(const object::ObjectFile *Obj,
55 error_code createMachODumper(const object::ObjectFile *Obj,
/freebsd-10-stable/contrib/llvm/include/llvm/
H A DGVMaterializer.h46 virtual error_code Materialize(GlobalValue *GV) = 0;
57 virtual error_code MaterializeModule(Module *M) = 0;
/freebsd-10-stable/contrib/libc++/src/
H A Dsystem_error.cpp41 error_category::equivalent(const error_code& code, int condition) const _NOEXCEPT
133 // error_code
136 error_code::message() const
144 system_error::__init(const error_code& ec, string what_arg)
155 system_error::system_error(error_code ec, const string& what_arg)
161 system_error::system_error(error_code ec, const char* what_arg)
167 system_error::system_error(error_code ec)
174 : runtime_error(__init(error_code(ev, ecat), what_arg)),
175 __ec_(error_code(ev, ecat))
180 : runtime_error(__init(error_code(e
[all...]
/freebsd-10-stable/contrib/llvm/lib/Bitcode/Reader/
H A DBitcodeReader.h222 error_code Error(ErrorType E) {
223 return error_code(E, BitcodeErrorCategory());
252 virtual error_code Materialize(GlobalValue *GV);
253 virtual error_code MaterializeModule(Module *M);
258 error_code ParseBitcodeInto(Module *M);
262 error_code ParseTriple(std::string &Triple);
349 error_code ParseAttrKind(uint64_t Code, Attribute::AttrKind *Kind);
350 error_code ParseModule(bool Resume);
351 error_code ParseAttributeBlock();
352 error_code ParseAttributeGroupBloc
[all...]

Completed in 297 milliseconds

12345678910