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

/freebsd-9.3-release/crypto/openssl/crypto/x509v3/
H A Dv3err.c69 # define ERR_FUNC(func) ERR_PACK(ERR_LIB_X509V3,func,0)
70 # define ERR_REASON(reason) ERR_PACK(ERR_LIB_X509V3,0,reason)
/freebsd-9.3-release/crypto/openssl/crypto/err/
H A Derr.h131 # define ERR_LIB_X509V3 34 macro
165 # define X509V3err(f,r) ERR_PUT_error(ERR_LIB_X509V3,(f),(r),__FILE__,__LINE__)
223 # define ERR_R_X509V3_LIB ERR_LIB_X509V3/* 34 */
H A Derr_str.c142 {ERR_PACK(ERR_LIB_X509V3, 0, 0), "X509 V3 routines"},

Completed in 72 milliseconds