Searched refs:X509_PURPOSE (Results 1 - 8 of 8) sorted by relevance

/openbsd-current/lib/libcrypto/x509/
H A Dx509_purp.c79 } /* 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 *x
[all...]
H A Dx509v3.h373 /* X509_PURPOSE stuff */
425 typedef struct x509_purpose_st X509_PURPOSE; typedef in typeref:struct:x509_purpose_st
463 DECLARE_STACK_OF(X509_PURPOSE)
718 const X509_PURPOSE *X509_PURPOSE_get0(int idx);
720 const char *X509_PURPOSE_get0_name(const X509_PURPOSE *xp);
721 const char *X509_PURPOSE_get0_sname(const X509_PURPOSE *xp);
722 int X509_PURPOSE_get_id(const X509_PURPOSE *);
H A Dx509_local.h411 int X509_PURPOSE_get_trust(const X509_PURPOSE *xp);
H A Dx509_vfy.c2159 const X509_PURPOSE *purpose;
/openbsd-current/usr.bin/openssl/
H A Dverify.c254 const X509_PURPOSE *ptmp = X509_PURPOSE_get0(i);
H A Dx509.c90 static int purpose_print(BIO *bio, X509 *cert, const X509_PURPOSE *pt);
1136 const X509_PURPOSE *ptmp;
1658 purpose_print(BIO *bio, X509 *cert, const X509_PURPOSE *pt)
H A Dapps.c1719 const X509_PURPOSE *xptmp;
H A Dcms.c1143 const X509_PURPOSE *ptmp = X509_PURPOSE_get0(i);

Completed in 274 milliseconds