Home
last modified time | relevance | path

Searched refs:reason (Results 1 – 10 of 10) sorted by relevance

/include/openssl/
A Derr.h.in203 * 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 Docsp.h.in245 int OCSP_single_get0_status(OCSP_SINGLERESP *single, int *reason,
250 int *reason,
276 int status, int reason,
A Dbio.h.in276 * *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 Dcore_dispatch.h93 uint32_t reason, const char *fmt, va_list args))
A Dssl.h.in2419 const char *reason; member
/include/internal/
A Dquic_channel.h155 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 Dmem_alloc_utils.h37 const int reason) in OSSL_SAFE_MATH_UNSIGNED()
46 ERR_set_error(ERR_LIB_CRYPTO, reason, NULL); in OSSL_SAFE_MATH_UNSIGNED()
A Dstatem.h145 void ossl_statem_fatal(SSL_CONNECTION *s, int al, int reason,
A Dquic_wire.h222 char *reason; /* UTF-8 string, not necessarily zero-terminated */ member
/include/crypto/
A Dx509.h137 int reason; member

Completed in 33 milliseconds