• Home
  • History
  • Annotate
  • Raw
  • Download
  • only in /netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/openssl/crypto/x509v3/

Lines Matching refs:xp

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);
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 no_check(const X509_PURPOSE *xp, const X509 *x, int ca);
75 static int ocsp_helper(const X509_PURPOSE *xp, const X509 *x, int ca);
248 int X509_PURPOSE_get_id(X509_PURPOSE *xp)
250 return xp->purpose;
253 char *X509_PURPOSE_get0_name(X509_PURPOSE *xp)
255 return xp->name;
258 char *X509_PURPOSE_get0_sname(X509_PURPOSE *xp)
260 return xp->sname;
263 int X509_PURPOSE_get_trust(X509_PURPOSE *xp)
265 return xp->trust;
472 static int check_purpose_ssl_client(const X509_PURPOSE *xp, const X509 *x, int ca)
483 static int check_purpose_ssl_server(const X509_PURPOSE *xp, const X509 *x, int ca)
496 static int check_purpose_ns_ssl_server(const X509_PURPOSE *xp, const X509 *x, int ca)
499 ret = check_purpose_ssl_server(xp, x, ca);
527 static int check_purpose_smime_sign(const X509_PURPOSE *xp, const X509 *x, int ca)
536 static int check_purpose_smime_encrypt(const X509_PURPOSE *xp, const X509 *x, int ca)
545 static int check_purpose_crl_sign(const X509_PURPOSE *xp, const X509 *x, int ca)
560 static int ocsp_helper(const X509_PURPOSE *xp, const X509 *x, int ca)
569 static int no_check(const X509_PURPOSE *xp, const X509 *x, int ca)