Home
last modified time | relevance | path

Searched refs:ERR_LIB_STORE (Results 1 – 2 of 2) sorted by relevance

/trueos/crypto/openssl/crypto/store/
HDstr_err.c69 # define ERR_FUNC(func) ERR_PACK(ERR_LIB_STORE,func,0)
70 # define ERR_REASON(reason) ERR_PACK(ERR_LIB_STORE,0,reason)
/trueos/crypto/openssl/crypto/err/
HDerr.h194 # define ERR_LIB_STORE 44 macro
230 # define STOREerr(f,r) ERR_PUT_error(ERR_LIB_STORE,(f),(r),__FILE__,__LINE__)
290 # define ERR_R_STORE_LIB ERR_LIB_STORE/* 44 */