Lines Matching defs:xp
310 int X509_PURPOSE_get_id(const X509_PURPOSE *xp) in X509_PURPOSE_get_id()
315 char *X509_PURPOSE_get0_name(const X509_PURPOSE *xp) in X509_PURPOSE_get0_name()
320 char *X509_PURPOSE_get0_sname(const X509_PURPOSE *xp) in X509_PURPOSE_get0_sname()
325 int X509_PURPOSE_get_trust(const X509_PURPOSE *xp) in X509_PURPOSE_get_trust()
626 static int check_purpose_ssl_client(const X509_PURPOSE *xp, const X509 *x, in check_purpose_ssl_client()
650 static int check_purpose_ssl_server(const X509_PURPOSE *xp, const X509 *x, in check_purpose_ssl_server()
667 static int check_purpose_ns_ssl_server(const X509_PURPOSE *xp, const X509 *x, 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()
713 static int check_purpose_smime_encrypt(const X509_PURPOSE *xp, const X509 *x, in check_purpose_smime_encrypt()
725 static int check_purpose_crl_sign(const X509_PURPOSE *xp, const X509 *x, in check_purpose_crl_sign()
741 static int ocsp_helper(const X509_PURPOSE *xp, const X509 *x, int ca) in ocsp_helper()
749 static int check_purpose_timestamp_sign(const X509_PURPOSE *xp, const X509 *x, in check_purpose_timestamp_sign()
784 static int no_check(const X509_PURPOSE *xp, const X509 *x, int ca) in no_check()