Home
last modified time | relevance | path

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

/freebsd/crypto/openssl/doc/man3/
H A DERR_GET_LIB.pod5 ERR_GET_LIB, ERR_GET_REASON, ERR_FATAL_ERROR
16 int ERR_FATAL_ERROR(unsigned long e);
24 ERR_FATAL_ERROR() indicates whether a given error code is a fatal error.
37 ERR_GET_LIB(), ERR_GET_REASON(), and ERR_FATAL_ERROR() are macros.
/freebsd/crypto/openssl/util/
H A Dfind-unused-errs36 grep "$PAT" * | grep -v ERR_FATAL_ERROR | awk '{print $3;}' | sort -u >$X1
H A Dother.syms250 ERR_FATAL_ERROR define
/freebsd/crypto/openssl/include/openssl/
H A Derr.h262 static ossl_unused ossl_inline int ERR_FATAL_ERROR(unsigned long errcode) in ERR_FATAL_ERROR() function
H A Derr.h.in264 static ossl_unused ossl_inline int ERR_FATAL_ERROR(unsigned long errcode) function
/freebsd/secure/lib/libcrypto/man/man3/
H A DMakefile1611 MLINKS+= ERR_GET_LIB.3 ERR_FATAL_ERROR.3