Searched refs:ERR_LIB_X509V3 (Results 1 – 3 of 3) sorted by relevance
| /freebsd-9-stable/crypto/openssl/crypto/x509v3/ |
| D | v3err.c | 69 # 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-stable/crypto/openssl/crypto/err/ |
| D | err.h | 131 # 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 */
|
| D | err_str.c | 142 {ERR_PACK(ERR_LIB_X509V3, 0, 0), "X509 V3 routines"},
|