Home
last modified time | relevance | path

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

/onnv-gate/usr/src/common/openssl/crypto/x509v3/
H A Dv3err.c68 #define ERR_FUNC(func) ERR_PACK(ERR_LIB_X509V3,func,0)
69 #define ERR_REASON(reason) ERR_PACK(ERR_LIB_X509V3,0,reason)
/onnv-gate/usr/src/common/openssl/crypto/err/
H A Derr.h132 #define ERR_LIB_X509V3 34 macro
163 #define X509V3err(f,r) ERR_PUT_error(ERR_LIB_X509V3,(f),(r),__FILE__,__LINE__)
218 #define ERR_R_X509V3_LIB ERR_LIB_X509V3 /* 34 */
H A Derr.c146 {ERR_PACK(ERR_LIB_X509V3,0,0) ,"X509 V3 routines"},