Searched refs:ERR_LIB_SYS (Results 1 – 5 of 5) sorted by relevance
| /freebsd-13-stable/crypto/openssl/include/openssl/ |
| HD | err.h | 55 # 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/ |
| HD | err.c | 34 {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/ |
| HD | unbound-control.c | 519 if(ERR_GET_LIB(err) == ERR_LIB_SYS) { in ssl_path_err()
|
| /freebsd-13-stable/crypto/openssl/ssl/ |
| HD | ssl_lib.c | 3721 if (ERR_GET_LIB(l) == ERR_LIB_SYS) in SSL_get_error()
|
| /freebsd-13-stable/crypto/openssl/ |
| HD | CHANGES | 11257 *) In ERR_load_ERR_strings(), build an ERR_LIB_SYS error reason table
|