Lines Matching defs:xp
309 int X509_PURPOSE_get_id(X509_PURPOSE *xp) in X509_PURPOSE_get_id()
314 char *X509_PURPOSE_get0_name(X509_PURPOSE *xp) in X509_PURPOSE_get0_name()
319 char *X509_PURPOSE_get0_sname(X509_PURPOSE *xp) in X509_PURPOSE_get0_sname()
324 int X509_PURPOSE_get_trust(X509_PURPOSE *xp) in X509_PURPOSE_get_trust()
587 static int check_purpose_ssl_client(const X509_PURPOSE *xp, const X509 *x, in check_purpose_ssl_client()
611 static int check_purpose_ssl_server(const X509_PURPOSE *xp, const X509 *x, in check_purpose_ssl_server()
628 static int check_purpose_ns_ssl_server(const X509_PURPOSE *xp, const X509 *x, in check_purpose_ns_ssl_server()
662 static int check_purpose_smime_sign(const X509_PURPOSE *xp, const X509 *x, in check_purpose_smime_sign()
674 static int check_purpose_smime_encrypt(const X509_PURPOSE *xp, const X509 *x, in check_purpose_smime_encrypt()
686 static int check_purpose_crl_sign(const X509_PURPOSE *xp, const X509 *x, in check_purpose_crl_sign()
702 static int ocsp_helper(const X509_PURPOSE *xp, const X509 *x, int ca) in ocsp_helper()
710 static int check_purpose_timestamp_sign(const X509_PURPOSE *xp, const X509 *x, in check_purpose_timestamp_sign()
745 static int no_check(const X509_PURPOSE *xp, const X509 *x, int ca) in no_check()