Lines Matching refs:X509_PURPOSE

79 } /* X509_PURPOSE */;
90 static int check_purpose_ssl_client(const X509_PURPOSE *xp, const X509 *x,
92 static int check_purpose_ssl_server(const X509_PURPOSE *xp, const X509 *x,
94 static int check_purpose_ns_ssl_server(const X509_PURPOSE *xp, const X509 *x,
97 static int check_purpose_smime_sign(const X509_PURPOSE *xp, const X509 *x,
99 static int check_purpose_smime_encrypt(const X509_PURPOSE *xp, const X509 *x,
101 static int check_purpose_crl_sign(const X509_PURPOSE *xp, const X509 *x,
103 static int check_purpose_timestamp_sign(const X509_PURPOSE *xp, const X509 *x,
105 static int no_check(const X509_PURPOSE *xp, const X509 *x, int ca);
106 static int ocsp_helper(const X509_PURPOSE *xp, const X509 *x, int ca);
108 static const X509_PURPOSE xstandard[] = {
183 const X509_PURPOSE *pt;
207 const X509_PURPOSE *
221 const X509_PURPOSE *xptmp;
246 X509_PURPOSE_get_id(const X509_PURPOSE *xp)
253 X509_PURPOSE_get0_name(const X509_PURPOSE *xp)
260 X509_PURPOSE_get0_sname(const X509_PURPOSE *xp)
267 X509_PURPOSE_get_trust(const X509_PURPOSE *xp)
647 check_purpose_ssl_client(const X509_PURPOSE *xp, const X509 *x, int ca)
663 check_purpose_ssl_server(const X509_PURPOSE *xp, const X509 *x, int ca)
680 check_purpose_ns_ssl_server(const X509_PURPOSE *xp, const X509 *x, int ca)
722 check_purpose_smime_sign(const X509_PURPOSE *xp, const X509 *x, int ca)
735 check_purpose_smime_encrypt(const X509_PURPOSE *xp, const X509 *x, int ca)
748 check_purpose_crl_sign(const X509_PURPOSE *xp, const X509 *x, int ca)
766 ocsp_helper(const X509_PURPOSE *xp, const X509 *x, int ca)
777 check_purpose_timestamp_sign(const X509_PURPOSE *xp, const X509 *x, int ca)
812 no_check(const X509_PURPOSE *xp, const X509 *x, int ca)