Home
last modified time | relevance | path

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

/freebsd-9-stable/crypto/openssl/crypto/err/
Derr.h190 # define ERR_FATAL_ERROR(l) (int)((l)&ERR_R_FATAL)
243 # define ERR_R_FATAL 64 macro
244 # define ERR_R_MALLOC_FAILURE (1|ERR_R_FATAL)
245 # define ERR_R_SHOULD_NOT_HAVE_BEEN_CALLED (2|ERR_R_FATAL)
246 # define ERR_R_PASSED_NULL_PARAMETER (3|ERR_R_FATAL)
247 # define ERR_R_INTERNAL_ERROR (4|ERR_R_FATAL)
248 # define ERR_R_DISABLED (5|ERR_R_FATAL)
Derr_str.c203 {ERR_R_FATAL, "fatal"},
/freebsd-9-stable/crypto/openssl/
DCHANGES3820 Previously ERR_R_FATAL was too small and coincided with ERR_LIB_PKCS7
3831 They are now 58 .. 63 (i.e., just below ERR_R_FATAL).