Searched refs:ERR_LIB_TS (Results 1 - 5 of 5) sorted by relevance

/external/openssl/crypto/ts/
H A Dts_err.c68 #define ERR_FUNC(func) ERR_PACK(ERR_LIB_TS,func,0)
69 #define ERR_REASON(reason) ERR_PACK(ERR_LIB_TS,0,reason)
/external/openssl/crypto/err/
H A Derr.h198 #define ERR_LIB_TS 47 macro
234 #define TSerr(f,r) ERR_PUT_error(ERR_LIB_TS,(f),(r),__FILE__,__LINE__)
292 #define ERR_R_TS_LIB ERR_LIB_TS /* 45 */
H A Derr.c153 {ERR_PACK(ERR_LIB_TS,0,0) ,"time stamp routines"},
/external/openssl/include/openssl/
H A Derr.h198 #define ERR_LIB_TS 47 macro
234 #define TSerr(f,r) ERR_PUT_error(ERR_LIB_TS,(f),(r),__FILE__,__LINE__)
292 #define ERR_R_TS_LIB ERR_LIB_TS /* 45 */
/external/chromium_org/third_party/boringssl/src/include/openssl/
H A Derr.h434 #define ERR_R_TS_LIB ERR_LIB_TS

Completed in 1452 milliseconds