Home
last modified time | relevance | path

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

/freebsd/crypto/openssl/include/openssl/
H A Derr.h239 # define ERR_SYSTEM_ERROR(errcode) (((errcode) & ERR_SYSTEM_FLAG) != 0) macro
243 if (ERR_SYSTEM_ERROR(errcode)) in ERR_GET_LIB()
250 if (ERR_SYSTEM_ERROR(errcode)) in ERR_GET_RFLAGS()
257 if (ERR_SYSTEM_ERROR(errcode)) in ERR_GET_REASON()
H A Derr.h.in241 # define ERR_SYSTEM_ERROR(errcode) (((errcode) & ERR_SYSTEM_FLAG) != 0) macro
245 if (ERR_SYSTEM_ERROR(errcode))
252 if (ERR_SYSTEM_ERROR(errcode))
259 if (ERR_SYSTEM_ERROR(errcode))
/freebsd/crypto/openssl/crypto/cmp/
H A Dcmp_util.c167 if (ERR_SYSTEM_ERROR(err)) { in OSSL_CMP_print_errors_cb()
/freebsd/crypto/openssl/crypto/err/
H A Derr.c547 if (ERR_SYSTEM_ERROR(e)) { in ossl_err_string_int()
627 if (ERR_SYSTEM_ERROR(e)) in ERR_reason_error_string()
/freebsd/crypto/openssl/
H A DCHANGES.md1515 To distinguish them, the macro `ERR_SYSTEM_ERROR()` indicates if the