Lines Matching refs:xp

20 static int check_purpose_ssl_client(const X509_PURPOSE *xp, const X509 *x,
22 static int check_purpose_ssl_server(const X509_PURPOSE *xp, const X509 *x,
24 static int check_purpose_ns_ssl_server(const X509_PURPOSE *xp, const X509 *x,
27 static int check_purpose_smime_sign(const X509_PURPOSE *xp, const X509 *x,
29 static int check_purpose_smime_encrypt(const X509_PURPOSE *xp, const X509 *x,
31 static int check_purpose_crl_sign(const X509_PURPOSE *xp, const X509 *x,
33 static int check_purpose_timestamp_sign(const X509_PURPOSE *xp, const X509 *x,
35 static int no_check_purpose(const X509_PURPOSE *xp, const X509 *x,
37 static int check_purpose_ocsp_helper(const X509_PURPOSE *xp, const X509 *x,
239 int X509_PURPOSE_get_id(const X509_PURPOSE *xp)
241 return xp->purpose;
244 char *X509_PURPOSE_get0_name(const X509_PURPOSE *xp)
246 return xp->name;
249 char *X509_PURPOSE_get0_sname(const X509_PURPOSE *xp)
251 return xp->sname;
254 int X509_PURPOSE_get_trust(const X509_PURPOSE *xp)
256 return xp->trust;
714 static int check_purpose_ssl_client(const X509_PURPOSE *xp, const X509 *x,
738 static int check_purpose_ssl_server(const X509_PURPOSE *xp, const X509 *x,
755 static int check_purpose_ns_ssl_server(const X509_PURPOSE *xp, const X509 *x,
759 ret = check_purpose_ssl_server(xp, x, require_ca);
795 static int check_purpose_smime_sign(const X509_PURPOSE *xp, const X509 *x,
807 static int check_purpose_smime_encrypt(const X509_PURPOSE *xp, const X509 *x,
819 static int check_purpose_crl_sign(const X509_PURPOSE *xp, const X509 *x,
838 static int check_purpose_ocsp_helper(const X509_PURPOSE *xp, const X509 *x,
851 static int check_purpose_timestamp_sign(const X509_PURPOSE *xp, const X509 *x,
886 static int no_check_purpose(const X509_PURPOSE *xp, const X509 *x,