HomeSort by relevance Sort by last modified time
    Searched refs:ERR_LIB_X509V3 (Results 1 - 4 of 4) sorted by null

  /external/openssl/crypto/x509v3/
v3err.c 68 #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/
err.h 185 #define ERR_LIB_X509V3 34
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 */
err.c 149 {ERR_PACK(ERR_LIB_X509V3,0,0) ,"X509 V3 routines"},
  /external/openssl/include/openssl/
err.h 185 #define ERR_LIB_X509V3 34
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 */

Completed in 639 milliseconds