Searched refs:ERR_LIB_SYS (Results 1 – 4 of 4) sorted by relevance
/external/openssl/crypto/err/ |
D | err.h | 162 #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 */
|
D | err.c | 132 {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/ |
D | err.h | 162 #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/ |
D | ssl_lib.c | 2488 if (ERR_GET_LIB(l) == ERR_LIB_SYS) in SSL_get_error()
|