Home
last modified time | relevance | path

Searched refs:ERR_SYSTEM_FLAG (Results 1 – 5 of 5) sorted by relevance

/freebsd/crypto/openssl/test/recipes/
H A D02-test_errstr.t38 use constant ERR_SYSTEM_FLAG => INT_MAX + 1;
/freebsd/crypto/openssl/crypto/err/
H A Derr_local.h44 ? (unsigned int)(ERR_SYSTEM_FLAG | reason) in err_set_error()
/freebsd/crypto/openssl/include/openssl/
H A Derr.h218 # define ERR_SYSTEM_FLAG ((unsigned int)INT_MAX + 1) macro
239 # define ERR_SYSTEM_ERROR(errcode) (((errcode) & ERR_SYSTEM_FLAG) != 0)
H A Derr.h.in220 # define ERR_SYSTEM_FLAG ((unsigned int)INT_MAX + 1) macro
241 # define ERR_SYSTEM_ERROR(errcode) (((errcode) & ERR_SYSTEM_FLAG) != 0)
/freebsd/crypto/openssl/crypto/cmp/
H A Dcmp_msg.c741 && (uint64_t)errorCode < ((uint64_t)ERR_SYSTEM_FLAG << 1)) { in ossl_cmp_error_new()