Searched refs:ERR_LIB_NONE (Results 1 – 6 of 6) sorted by relevance
/freebsd/crypto/openssl/test/recipes/ |
H A D | 02-test_errstr.t | 42 use constant ERR_LIB_NONE => 1; 82 &ok(match_opensslerr_reason(ERR_LIB_NONE << ERR_LIB_OFFSET | 256,
|
/freebsd/crypto/openssl/crypto/err/ |
H A D | err_prn.c | 72 put_error(ERR_LIB_NONE, NULL, 0, "", 0); in ERR_add_error_txt()
|
H A D | err.c | 39 {ERR_PACK(ERR_LIB_NONE, 0, 0), "unknown library"},
|
/freebsd/crypto/openssl/test/ |
H A D | errtest.c | 159 ERR_raise_data(ERR_LIB_NONE, ERR_R_INTERNAL_ERROR, in raised_error()
|
/freebsd/crypto/openssl/include/openssl/ |
H A D | err.h | 71 # define ERR_LIB_NONE 1 macro
|
H A D | err.h.in | 73 # define ERR_LIB_NONE 1 macro
|