Home
last modified time | relevance | path

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

/external/openssl/crypto/err/
Derr.h162 #define ERR_LIB_SYS 2 macro
204 #define SYSerr(f,r) ERR_PUT_error(ERR_LIB_SYS,(f),(r),__FILE__,__LINE__)
264 #define ERR_R_SYS_LIB ERR_LIB_SYS /* 2 */
Derr.c132 {ERR_PACK(ERR_LIB_SYS,0,0) ,"system library"},
664 err_load_strings(ERR_LIB_SYS,ERR_str_functs); in ERR_load_ERR_strings()
666 err_load_strings(ERR_LIB_SYS,SYS_str_reasons); in ERR_load_ERR_strings()
/external/openssl/include/openssl/
Derr.h162 #define ERR_LIB_SYS 2 macro
204 #define SYSerr(f,r) ERR_PUT_error(ERR_LIB_SYS,(f),(r),__FILE__,__LINE__)
264 #define ERR_R_SYS_LIB ERR_LIB_SYS /* 2 */
/external/openssl/ssl/
Dssl_lib.c2488 if (ERR_GET_LIB(l) == ERR_LIB_SYS) in SSL_get_error()