Lines Matching refs:xp
81 static int check_purpose_ssl_client(const X509_PURPOSE *xp, const X509 *x,
83 static int check_purpose_ssl_server(const X509_PURPOSE *xp, const X509 *x,
85 static int check_purpose_ns_ssl_server(const X509_PURPOSE *xp, const X509 *x,
88 static int check_purpose_smime_sign(const X509_PURPOSE *xp, const X509 *x,
90 static int check_purpose_smime_encrypt(const X509_PURPOSE *xp, const X509 *x,
92 static int check_purpose_crl_sign(const X509_PURPOSE *xp, const X509 *x,
94 static int check_purpose_timestamp_sign(const X509_PURPOSE *xp, const X509 *x,
96 static int no_check(const X509_PURPOSE *xp, const X509 *x, int ca);
97 static int ocsp_helper(const X509_PURPOSE *xp, const X509 *x, int ca);
310 int X509_PURPOSE_get_id(const X509_PURPOSE *xp) in X509_PURPOSE_get_id() argument
312 return xp->purpose; in X509_PURPOSE_get_id()
315 char *X509_PURPOSE_get0_name(const X509_PURPOSE *xp) in X509_PURPOSE_get0_name() argument
317 return xp->name; in X509_PURPOSE_get0_name()
320 char *X509_PURPOSE_get0_sname(const X509_PURPOSE *xp) in X509_PURPOSE_get0_sname() argument
322 return xp->sname; in X509_PURPOSE_get0_sname()
325 int X509_PURPOSE_get_trust(const X509_PURPOSE *xp) in X509_PURPOSE_get_trust() argument
327 return xp->trust; in X509_PURPOSE_get_trust()
626 static int check_purpose_ssl_client(const X509_PURPOSE *xp, const X509 *x, in check_purpose_ssl_client() argument
650 static int check_purpose_ssl_server(const X509_PURPOSE *xp, const X509 *x, in check_purpose_ssl_server() argument
667 static int check_purpose_ns_ssl_server(const X509_PURPOSE *xp, const X509 *x, in check_purpose_ns_ssl_server() argument
671 ret = check_purpose_ssl_server(xp, x, ca); in check_purpose_ns_ssl_server()
701 static int check_purpose_smime_sign(const X509_PURPOSE *xp, const X509 *x, in check_purpose_smime_sign() argument
713 static int check_purpose_smime_encrypt(const X509_PURPOSE *xp, const X509 *x, in check_purpose_smime_encrypt() argument
725 static int check_purpose_crl_sign(const X509_PURPOSE *xp, const X509 *x, in check_purpose_crl_sign() argument
741 static int ocsp_helper(const X509_PURPOSE *xp, const X509 *x, int ca) in ocsp_helper() argument
749 static int check_purpose_timestamp_sign(const X509_PURPOSE *xp, const X509 *x, in check_purpose_timestamp_sign() argument
784 static int no_check(const X509_PURPOSE *xp, const X509 *x, int ca) in no_check() argument