Searched defs:ERR_LIB_X509 (Results 1 - 2 of 2) sorted by relevance

/external/openssl/crypto/err/
H A Derr.h171 #define ERR_LIB_X509 11 macro
213 #define X509err(f,r) ERR_PUT_error(ERR_LIB_X509,(f),(r),__FILE__,__LINE__)
273 #define ERR_R_X509_LIB ERR_LIB_X509 /* 11 */
/external/openssl/include/openssl/
H A Derr.h171 #define ERR_LIB_X509 11 macro
213 #define X509err(f,r) ERR_PUT_error(ERR_LIB_X509,(f),(r),__FILE__,__LINE__)
273 #define ERR_R_X509_LIB ERR_LIB_X509 /* 11 */

Completed in 32 milliseconds