Searched refs:ERR_LIB_OCSP (Results 1 - 3 of 3) sorted by relevance

/freebsd-9.3-release/crypto/openssl/crypto/ocsp/
H A Docsp_err.c69 # define ERR_FUNC(func) ERR_PACK(ERR_LIB_OCSP,func,0)
70 # define ERR_REASON(reason) ERR_PACK(ERR_LIB_OCSP,0,reason)
/freebsd-9.3-release/crypto/openssl/crypto/err/
H A Derr.h136 # define ERR_LIB_OCSP 39 macro
170 # define OCSPerr(f,r) ERR_PUT_error(ERR_LIB_OCSP,(f),(r),__FILE__,__LINE__)
228 # define ERR_R_OCSP_LIB ERR_LIB_OCSP/* 39 */
H A Derr_str.c147 {ERR_PACK(ERR_LIB_OCSP, 0, 0), "OCSP routines"},

Completed in 38 milliseconds