Home
last modified time | relevance | path

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

/external/openssl/crypto/x509v3/
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)
/external/openssl/crypto/err/
Derr.h185 #define ERR_LIB_X509V3 34 macro
221 #define X509V3err(f,r) ERR_PUT_error(ERR_LIB_X509V3,(f),(r),__FILE__,__LINE__)
281 #define ERR_R_X509V3_LIB ERR_LIB_X509V3 /* 34 */
Derr.c149 {ERR_PACK(ERR_LIB_X509V3,0,0) ,"X509 V3 routines"},
/external/openssl/include/openssl/
Derr.h185 #define ERR_LIB_X509V3 34 macro
221 #define X509V3err(f,r) ERR_PUT_error(ERR_LIB_X509V3,(f),(r),__FILE__,__LINE__)
281 #define ERR_R_X509V3_LIB ERR_LIB_X509V3 /* 34 */