Home
last modified time | relevance | path

Searched refs:ERR_FATAL_ERROR (Results 1 – 3 of 3) sorted by relevance

/freebsd-13-stable/crypto/openssl/doc/man3/
HDERR_GET_LIB.pod5 ERR_GET_LIB, ERR_GET_FUNC, ERR_GET_REASON, ERR_FATAL_ERROR
18 int ERR_FATAL_ERROR(unsigned long e);
26 ERR_FATAL_ERROR() indicates whether a given error code is a fatal error.
40 ERR_GET_LIB(), ERR_GET_FUNC(), ERR_GET_REASON(), and ERR_FATAL_ERROR()
/freebsd-13-stable/crypto/openssl/include/openssl/
HDerr.h145 # define ERR_FATAL_ERROR(l) (int)( (l) & ERR_R_FATAL) macro
/freebsd-13-stable/secure/lib/libcrypto/man/man3/
HDMakefile1343 MLINKS+= ERR_GET_LIB.3 ERR_FATAL_ERROR.3