Searched refs:error (Results 1 – 24 of 24) sorted by relevance
| /include/crypto/ |
| A D | md32_common.h | 77 # error "DATA_ORDER must be defined!" 81 # error "HASH_CBLOCK must be defined!" 84 # error "HASH_LONG must be defined!" 87 # error "HASH_CTX must be defined!" 91 # error "HASH_UPDATE must be defined!" 94 # error "HASH_TRANSFORM must be defined!" 97 # error "HASH_FINAL must be defined!" 101 # error "HASH_BLOCK_DATA_ORDER must be defined!" 250 # error "HASH_MAKE_STRING must be defined!" in HASH_FINAL()
|
| A D | sm4.h | 19 # error SM4 is disabled.
|
| A D | aria.h | 20 # error ARIA is disabled.
|
| A D | ml_kem.h | 54 # error "unexpected ML-KEM public key hash size"
|
| A D | x509.h | 266 int error; member
|
| /include/internal/ |
| A D | endian.h | 29 # error "L_ENDIAN defined on a big endian machine" 32 # error "B_ENDIAN defined on a little endian machine"
|
| A D | sm3.h | 19 # error SM3 is disabled.
|
| A D | json_enc.h | 37 unsigned char error, stack_end_bit, state, *stack, defer_indent; member
|
| A D | numbers.h | 36 # error "do not know the integer encoding on this architecture"
|
| /include/openssl/ |
| A D | macros.h | 105 # error "OPENSSL_API_LEVEL must not be defined by application" 139 # error "The requested API level higher than the configured API compatibility level" 147 # error "OPENSSL_API_COMPAT expresses an impossible API compatibility level" 151 # error "OPENSSL_API_COMPAT expresses an impossible API compatibility level" 155 # error "OPENSSL_API_COMPAT expresses an impossible API compatibility level"
|
| A D | ssl3.h | 155 # error "insane SSL3_ALIGN_PAYLOAD" 284 # error "SSL/TLS CT_NUMBER values do not match"
|
| A D | txt_db.h | 44 long error; member
|
| A D | err.h.in | 175 * The error code packs differently depending on if it records a system 176 * error or an OpenSSL error. 178 * A system error packs like this (we follow POSIX and only allow positive 182 * |1| system error number | 185 * An OpenSSL error packs like this: 275 * ERR_PACK is a helper macro to properly pack OpenSSL error codes and may 351 /* Other common error codes, range 256..2^ERR_RFLAGS_OFFSET-1 */ 372 unsigned long error; member 389 /* Main error raising functions */
|
| A D | ui.h.in | 47 * All the following functions return -1 or NULL on error and in some cases 75 error use the string for error output. 76 Honestly, there's currently no difference between info and error for the 206 * OpenSSL error stack before printing any info or added error messages and 268 0 on error. 308 UIT_ERROR /* Send an error message to the user */ 351 /* Return the actual string to output (the prompt, info or error) */
|
| A D | configuration.h.in | 21 # error OPENSSL_ALGORITHM_DEFINES no longer supported
|
| A D | ct.h.in | 327 * Returns -1 if an error occurs. 336 * Returns a negative integer if an error occurs. 355 * Returns < 0 on error, >= 0 indicating bytes written (or would have been) 382 * Returns < 0 on error, >= 0 indicating bytes written (or would have been) 418 * Returns NULL if an error occurs.
|
| A D | x509_vfy.h.in | 285 /* Caller error */ 287 /* Issuer lookup error */ 783 #define X509_PCY_TREE_INTERNAL 0 /* Internal error, most likely malloc */
|
| A D | bio.h.in | 281 * Returned from the SSL bio when the certificate retrieval code had an error 777 int BIO_dgram_non_fatal_error(int error); 793 int BIO_sock_non_fatal_error(int error); 801 int BIO_fd_non_fatal_error(int error);
|
| A D | cmp.h.in | 141 # error CMP_PKIFAILUREINFO_MAX bit pattern does not fit in type int 365 /* CMP-specific callback for logging and outputting the error queue: */
|
| A D | tls1.h | 1181 # error "SSL/TLS CT_NUMBER values do not match"
|
| A D | ssl.h.in | 674 * a server. Return value should be zero on an error, non-zero to proceed. 676 * otherwise the SSL handshake will fail with an error - callbacks can do 681 * also an error for the callback to set the size to zero. 1212 # define SSL_ERROR_SYSCALL 5/* look at error stack/return 2586 * May return a negative integer if an error occurs. 2786 /* fatal error, malloc failure */ 2788 /* fatal error, either from parsing or decrypting the ticket */ 2804 /* An error occurred */
|
| A D | x509v3.h.in | 498 /* Return error for unknown extensions */ 500 /* Print error for unknown extensions */
|
| A D | crypto.h.in | 287 * errors, or the returned error values were not clearly documented.
|
| A D | asn1t.h.in | 689 * error has occurred and the main operation should be abandoned. If major
|
Completed in 56 milliseconds