Searched refs:ERR_LIB_TS (Results 1 – 3 of 3) sorted by relevance
| /trueos/crypto/openssl/crypto/ts/ |
| HD | ts_err.c | 69 # 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/ |
| HD | err.h | 197 # 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 */
|
| HD | err.c | 152 {ERR_PACK(ERR_LIB_TS, 0, 0), "time stamp routines"},
|