Home
last modified time | relevance | path

Searched refs:ERR_LIB_SYS (Results 1 – 5 of 5) sorted by relevance

/freebsd-13-stable/crypto/openssl/include/openssl/
HDerr.h55 # define ERR_LIB_SYS 2 macro
101 # define SYSerr(f,r) ERR_PUT_error(ERR_LIB_SYS,(f),(r),OPENSSL_FILE,OPENSSL_LINE)
175 # define ERR_R_SYS_LIB ERR_LIB_SYS/* 2 */
/freebsd-13-stable/crypto/openssl/crypto/err/
HDerr.c34 {ERR_PACK(ERR_LIB_SYS, 0, 0), "system library"},
228 str->error = ERR_PACK(ERR_LIB_SYS, 0, i); in build_SYS_str_reasons()
366 err_patch(ERR_LIB_SYS, ERR_str_functs); in ERR_load_ERR_strings()
/freebsd-13-stable/contrib/unbound/smallapp/
HDunbound-control.c519 if(ERR_GET_LIB(err) == ERR_LIB_SYS) { in ssl_path_err()
/freebsd-13-stable/crypto/openssl/ssl/
HDssl_lib.c3721 if (ERR_GET_LIB(l) == ERR_LIB_SYS) in SSL_get_error()
/freebsd-13-stable/crypto/openssl/
HDCHANGES11257 *) In ERR_load_ERR_strings(), build an ERR_LIB_SYS error reason table