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

Lines Matching refs:X509

65 static void x509v3_cache_extensions(X509 *x);
67 static int check_ssl_ca(const X509 *x);
68 static int check_purpose_ssl_client(const X509_PURPOSE *xp, const X509 *x,
70 static int check_purpose_ssl_server(const X509_PURPOSE *xp, const X509 *x,
72 static int check_purpose_ns_ssl_server(const X509_PURPOSE *xp, const X509 *x,
74 static int purpose_smime(const X509 *x, int ca);
75 static int check_purpose_smime_sign(const X509_PURPOSE *xp, const X509 *x,
77 static int check_purpose_smime_encrypt(const X509_PURPOSE *xp, const X509 *x,
79 static int check_purpose_crl_sign(const X509_PURPOSE *xp, const X509 *x,
81 static int check_purpose_timestamp_sign(const X509_PURPOSE *xp, const X509 *x,
83 static int no_check(const X509_PURPOSE *xp, const X509 *x, int ca);
84 static int ocsp_helper(const X509_PURPOSE *xp, const X509 *x, int ca);
123 * As much as I'd like to make X509_check_purpose use a "const" X509* I
127 int X509_check_purpose(X509 *x, int id, int ca)
199 int (*ck) (const X509_PURPOSE *, const X509 *, int),
347 static void setup_dp(X509 *x, DIST_POINT *dp)
375 static void setup_crldp(X509 *x)
383 static void x509v3_cache_extensions(X509 *x)
549 static int check_ca(const X509 *x)
577 int X509_check_ca(X509 *x)
589 static int check_ssl_ca(const X509 *x)
602 static int check_purpose_ssl_client(const X509_PURPOSE *xp, const X509 *x,
626 static int check_purpose_ssl_server(const X509_PURPOSE *xp, const X509 *x,
643 static int check_purpose_ns_ssl_server(const X509_PURPOSE *xp, const X509 *x,
657 static int purpose_smime(const X509 *x, int ca)
683 static int check_purpose_smime_sign(const X509_PURPOSE *xp, const X509 *x,
695 static int check_purpose_smime_encrypt(const X509_PURPOSE *xp, const X509 *x,
707 static int check_purpose_crl_sign(const X509_PURPOSE *xp, const X509 *x,
727 static int ocsp_helper(const X509_PURPOSE *xp, const X509 *x, int ca)
739 static int check_purpose_timestamp_sign(const X509_PURPOSE *xp, const X509 *x,
764 i_ext = X509_get_ext_by_NID((X509 *)x, NID_ext_key_usage, -1);
766 X509_EXTENSION *ext = X509_get_ext((X509 *)x, i_ext);
774 static int no_check(const X509_PURPOSE *xp, const X509 *x, int ca)
792 int X509_check_issued(X509 *issuer, X509 *subject)
814 int X509_check_akid(X509 *issuer, AUTHORITY_KEYID *akid)