Searched refs:ERR_LIB_X509 (Results 1 - 4 of 4) sorted by relevance

/freebsd-9.3-release/crypto/openssl/crypto/x509/
H A Dx509_err.c69 # define ERR_FUNC(func) ERR_PACK(ERR_LIB_X509,func,0)
70 # define ERR_REASON(reason) ERR_PACK(ERR_LIB_X509,0,reason)
/freebsd-9.3-release/crypto/openssl/crypto/err/
H A Derr.h117 # define ERR_LIB_X509 11 macro
157 # define X509err(f,r) ERR_PUT_error(ERR_LIB_X509,(f),(r),__FILE__,__LINE__)
215 # define ERR_R_X509_LIB ERR_LIB_X509/* 11 */
H A Derr_str.c134 {ERR_PACK(ERR_LIB_X509, 0, 0), "x509 certificate routines"},
/freebsd-9.3-release/contrib/wpa/src/crypto/
H A Dtls_openssl.c1279 if (ERR_GET_LIB(err) == ERR_LIB_X509 &&
1366 if (ERR_GET_LIB(err) == ERR_LIB_X509 &&
1826 if (ERR_GET_LIB(err) == ERR_LIB_X509 &&

Completed in 98 milliseconds