• Home
  • History
  • Annotate
  • Raw
  • Download

Lines Matching refs:xp

76 static int check_purpose_ssl_client(const X509_PURPOSE *xp, const X509 *x, int ca);
77 static int check_purpose_ssl_server(const X509_PURPOSE *xp, const X509 *x, int ca);
78 static int check_purpose_ns_ssl_server(const X509_PURPOSE *xp, const X509 *x, int ca);
80 static int check_purpose_smime_sign(const X509_PURPOSE *xp, const X509 *x, int ca);
81 static int check_purpose_smime_encrypt(const X509_PURPOSE *xp, const X509 *x, int ca);
82 static int check_purpose_crl_sign(const X509_PURPOSE *xp, const X509 *x, int ca);
83 static int check_purpose_timestamp_sign(const X509_PURPOSE *xp, const X509 *x, int ca);
84 static int no_check(const X509_PURPOSE *xp, const X509 *x, int ca);
85 static int ocsp_helper(const X509_PURPOSE *xp, const X509 *x, int ca);
269 int X509_PURPOSE_get_id(X509_PURPOSE *xp) in X509_PURPOSE_get_id() argument
271 return xp->purpose; in X509_PURPOSE_get_id()
274 char *X509_PURPOSE_get0_name(X509_PURPOSE *xp) in X509_PURPOSE_get0_name() argument
276 return xp->name; in X509_PURPOSE_get0_name()
279 char *X509_PURPOSE_get0_sname(X509_PURPOSE *xp) in X509_PURPOSE_get0_sname() argument
281 return xp->sname; in X509_PURPOSE_get0_sname()
284 int X509_PURPOSE_get_trust(X509_PURPOSE *xp) in X509_PURPOSE_get_trust() argument
286 return xp->trust; in X509_PURPOSE_get_trust()
584 static int check_purpose_ssl_client(const X509_PURPOSE *xp, const X509 *x, int ca) in check_purpose_ssl_client() argument
601 static int check_purpose_ssl_server(const X509_PURPOSE *xp, const X509 *x, int ca) in check_purpose_ssl_server() argument
613 static int check_purpose_ns_ssl_server(const X509_PURPOSE *xp, const X509 *x, int ca) in check_purpose_ns_ssl_server() argument
616 ret = check_purpose_ssl_server(xp, x, ca); in check_purpose_ns_ssl_server()
644 static int check_purpose_smime_sign(const X509_PURPOSE *xp, const X509 *x, int ca) in check_purpose_smime_sign() argument
653 static int check_purpose_smime_encrypt(const X509_PURPOSE *xp, const X509 *x, int ca) in check_purpose_smime_encrypt() argument
662 static int check_purpose_crl_sign(const X509_PURPOSE *xp, const X509 *x, int ca) in check_purpose_crl_sign() argument
677 static int ocsp_helper(const X509_PURPOSE *xp, const X509 *x, int ca) in ocsp_helper() argument
686 static int check_purpose_timestamp_sign(const X509_PURPOSE *xp, const X509 *x, in check_purpose_timestamp_sign() argument
721 static int no_check(const X509_PURPOSE *xp, const X509 *x, int ca) in no_check() argument