Searched refs:ERR_LIB_STORE (Results 1 – 3 of 3) sorted by relevance
/external/openssl/crypto/store/ |
D | str_err.c | 68 #define ERR_FUNC(func) ERR_PACK(ERR_LIB_STORE,func,0) 69 #define ERR_REASON(reason) ERR_PACK(ERR_LIB_STORE,0,reason)
|
/external/openssl/crypto/err/ |
D | err.h | 195 #define ERR_LIB_STORE 44 macro 231 #define STOREerr(f,r) ERR_PUT_error(ERR_LIB_STORE,(f),(r),__FILE__,__LINE__) 291 #define ERR_R_STORE_LIB ERR_LIB_STORE /* 44 */
|
/external/openssl/include/openssl/ |
D | err.h | 195 #define ERR_LIB_STORE 44 macro 231 #define STOREerr(f,r) ERR_PUT_error(ERR_LIB_STORE,(f),(r),__FILE__,__LINE__) 291 #define ERR_R_STORE_LIB ERR_LIB_STORE /* 44 */
|