Lines Matching defs:xp
250 int X509_PURPOSE_get_id(X509_PURPOSE *xp) in X509_PURPOSE_get_id()
255 char *X509_PURPOSE_get0_name(X509_PURPOSE *xp) in X509_PURPOSE_get0_name()
260 char *X509_PURPOSE_get0_sname(X509_PURPOSE *xp) in X509_PURPOSE_get0_sname()
265 int X509_PURPOSE_get_trust(X509_PURPOSE *xp) in X509_PURPOSE_get_trust()
552 static int check_purpose_ssl_client(const X509_PURPOSE *xp, const X509 *x, int ca) in check_purpose_ssl_client()
563 static int check_purpose_ssl_server(const X509_PURPOSE *xp, const X509 *x, int ca) in check_purpose_ssl_server()
576 static int check_purpose_ns_ssl_server(const X509_PURPOSE *xp, const X509 *x, int ca) in check_purpose_ns_ssl_server()
607 static int check_purpose_smime_sign(const X509_PURPOSE *xp, const X509 *x, int ca) in check_purpose_smime_sign()
616 static int check_purpose_smime_encrypt(const X509_PURPOSE *xp, const X509 *x, int ca) in check_purpose_smime_encrypt()
625 static int check_purpose_crl_sign(const X509_PURPOSE *xp, const X509 *x, int ca) in check_purpose_crl_sign()
640 static int ocsp_helper(const X509_PURPOSE *xp, const X509 *x, int ca) in ocsp_helper()
649 static int check_purpose_timestamp_sign(const X509_PURPOSE *xp, const X509 *x, in check_purpose_timestamp_sign()
684 static int no_check(const X509_PURPOSE *xp, const X509 *x, int ca) in no_check()