Searched refs:reason (Results 1 – 10 of 10) sorted by relevance
| /include/openssl/ |
| A D | err.h.in | 203 * The reason flags are part of the overall reason code for practical 205 * reason codes in different numeric ranges. 207 * The currently known reason flags are: 226 * ERR_R_FATAL to use ERR_RFLAG_FATAL as its reason code. 277 * ERR_PACK takes reason flags and reason code combined in |reason|. 282 (((unsigned long)(reason) & ERR_REASON_MASK)) ) 316 /* "we came from here" global reason codes, range 1..255 */ 386 void ERR_set_error(int lib, int reason, const char *fmt, ...); 390 # define ERR_raise(lib, reason) ERR_raise_data((lib),(reason),NULL) argument 398 # define ERR_put_error(lib, func, reason, file, line) \ argument [all …]
|
| A D | ocsp.h.in | 245 int OCSP_single_get0_status(OCSP_SINGLERESP *single, int *reason, 250 int *reason, 276 int status, int reason,
|
| A D | bio.h.in | 276 * *reason); will walk the BIO stack and return the 'reason' for the special 742 BIO *BIO_get_retry_BIO(BIO *bio, int *reason); 744 void BIO_set_retry_reason(BIO *bio, int reason);
|
| A D | core_dispatch.h | 93 uint32_t reason, const char *fmt, va_list args))
|
| A D | ssl.h.in | 2419 const char *reason; member
|
| /include/internal/ |
| A D | quic_channel.h | 155 const char *reason; member 246 const char *reason, 252 #define ossl_quic_channel_raise_protocol_error(ch, error_code, frame_type, reason) \ argument 255 (reason), \ 261 #define ossl_quic_channel_raise_protocol_error_state(ch, error_code, frame_type, reason, state) \ argument 264 (reason), \
|
| A D | mem_alloc_utils.h | 37 const int reason) in OSSL_SAFE_MATH_UNSIGNED() 46 ERR_set_error(ERR_LIB_CRYPTO, reason, NULL); in OSSL_SAFE_MATH_UNSIGNED()
|
| A D | statem.h | 145 void ossl_statem_fatal(SSL_CONNECTION *s, int al, int reason,
|
| A D | quic_wire.h | 222 char *reason; /* UTF-8 string, not necessarily zero-terminated */ member
|
| /include/crypto/ |
| A D | x509.h | 137 int reason; member
|
Completed in 33 milliseconds