• Home
  • History
  • Annotate
  • Raw
  • Download
  • only in /asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt/router/openssl-1.0.0q/crypto/x509v3/

Lines Matching refs:X509

64 static void x509v3_cache_extensions(X509 *x);
66 static int check_ssl_ca(const X509 *x);
67 static int check_purpose_ssl_client(const X509_PURPOSE *xp, const X509 *x, int ca);
68 static int check_purpose_ssl_server(const X509_PURPOSE *xp, const X509 *x, int ca);
69 static int check_purpose_ns_ssl_server(const X509_PURPOSE *xp, const X509 *x, int ca);
70 static int purpose_smime(const X509 *x, int ca);
71 static int check_purpose_smime_sign(const X509_PURPOSE *xp, const X509 *x, int ca);
72 static int check_purpose_smime_encrypt(const X509_PURPOSE *xp, const X509 *x, int ca);
73 static int check_purpose_crl_sign(const X509_PURPOSE *xp, const X509 *x, int ca);
74 static int check_purpose_timestamp_sign(const X509_PURPOSE *xp, const X509 *x, int ca);
75 static int no_check(const X509_PURPOSE *xp, const X509 *x, int ca);
76 static int ocsp_helper(const X509_PURPOSE *xp, const X509 *x, int ca);
106 /* As much as I'd like to make X509_check_purpose use a "const" X509*
109 int X509_check_purpose(X509 *x, int id, int ca)
173 int (*ck)(const X509_PURPOSE *, const X509 *, int),
317 static void setup_dp(X509 *x, DIST_POINT *dp)
349 static void setup_crldp(X509 *x)
357 static void x509v3_cache_extensions(X509 *x)
508 static int check_ca(const X509 *x)
529 int X509_check_ca(X509 *x)
541 static int check_ssl_ca(const X509 *x)
552 static int check_purpose_ssl_client(const X509_PURPOSE *xp, const X509 *x, int ca)
563 static int check_purpose_ssl_server(const X509_PURPOSE *xp, const X509 *x, int ca)
576 static int check_purpose_ns_ssl_server(const X509_PURPOSE *xp, const X509 *x, int ca)
587 static int purpose_smime(const X509 *x, int ca)
607 static int check_purpose_smime_sign(const X509_PURPOSE *xp, const X509 *x, int ca)
616 static int check_purpose_smime_encrypt(const X509_PURPOSE *xp, const X509 *x, int ca)
625 static int check_purpose_crl_sign(const X509_PURPOSE *xp, const X509 *x, int ca)
640 static int ocsp_helper(const X509_PURPOSE *xp, const X509 *x, int ca)
649 static int check_purpose_timestamp_sign(const X509_PURPOSE *xp, const X509 *x,
673 i_ext = X509_get_ext_by_NID((X509 *) x, NID_ext_key_usage, -1);
676 X509_EXTENSION *ext = X509_get_ext((X509 *) x, i_ext);
684 static int no_check(const X509_PURPOSE *xp, const X509 *x, int ca)
701 int X509_check_issued(X509 *issuer, X509 *subject)
726 int X509_check_akid(X509 *issuer, AUTHORITY_KEYID *akid)