Home
last modified time | relevance | path

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

/freebsd/crypto/openssl/test/recipes/
H A D02-test_errstr.t42 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 Derr_prn.c72 put_error(ERR_LIB_NONE, NULL, 0, "", 0); in ERR_add_error_txt()
H A Derr.c39 {ERR_PACK(ERR_LIB_NONE, 0, 0), "unknown library"},
/freebsd/crypto/openssl/test/
H A Derrtest.c159 ERR_raise_data(ERR_LIB_NONE, ERR_R_INTERNAL_ERROR, in raised_error()
/freebsd/crypto/openssl/include/openssl/
H A Derr.h71 # define ERR_LIB_NONE 1 macro
H A Derr.h.in73 # define ERR_LIB_NONE 1 macro