Home
last modified time | relevance | path

Searched refs:ERR_LIB_TS (Results 1 – 3 of 3) sorted by relevance

/trueos/crypto/openssl/crypto/ts/
HDts_err.c69 # define ERR_FUNC(func) ERR_PACK(ERR_LIB_TS,func,0)
70 # define ERR_REASON(reason) ERR_PACK(ERR_LIB_TS,0,reason)
/trueos/crypto/openssl/crypto/err/
HDerr.h197 # define ERR_LIB_TS 47 macro
233 # define TSerr(f,r) ERR_PUT_error(ERR_LIB_TS,(f),(r),__FILE__,__LINE__)
291 # define ERR_R_TS_LIB ERR_LIB_TS/* 45 */
HDerr.c152 {ERR_PACK(ERR_LIB_TS, 0, 0), "time stamp routines"},