Searched refs:X509_PURPOSE (Results 1 – 8 of 8) sorted by relevance
/third_party/openssl/crypto/x509v3/ |
D | v3_purp.c | 22 static int check_purpose_ssl_client(const X509_PURPOSE *xp, const X509 *x, 24 static int check_purpose_ssl_server(const X509_PURPOSE *xp, const X509 *x, 26 static int check_purpose_ns_ssl_server(const X509_PURPOSE *xp, const X509 *x, 29 static int check_purpose_smime_sign(const X509_PURPOSE *xp, const X509 *x, 31 static int check_purpose_smime_encrypt(const X509_PURPOSE *xp, const X509 *x, 33 static int check_purpose_crl_sign(const X509_PURPOSE *xp, const X509 *x, 35 static int check_purpose_timestamp_sign(const X509_PURPOSE *xp, const X509 *x, 37 static int no_check(const X509_PURPOSE *xp, const X509 *x, int ca); 38 static int ocsp_helper(const X509_PURPOSE *xp, const X509 *x, int ca); 40 static int xp_cmp(const X509_PURPOSE *const *a, const X509_PURPOSE *const *b); [all …]
|
/third_party/openssl/include/openssl/ |
D | x509v3.h | 411 } X509_PURPOSE; typedef 449 DEFINE_STACK_OF(X509_PURPOSE) 669 X509_PURPOSE *X509_PURPOSE_get0(int idx); 673 int (*ck) (const X509_PURPOSE *, const X509 *, int), 675 char *X509_PURPOSE_get0_name(const X509_PURPOSE *xp); 676 char *X509_PURPOSE_get0_sname(const X509_PURPOSE *xp); 677 int X509_PURPOSE_get_trust(const X509_PURPOSE *xp); 679 int X509_PURPOSE_get_id(const X509_PURPOSE *);
|
/third_party/openssl/apps/ |
D | verify.c | 89 X509_PURPOSE *ptmp; in verify_main()
|
D | x509.c | 45 static int purpose_print(BIO *bio, X509 *cert, X509_PURPOSE *pt); 694 X509_PURPOSE *ptmp; in x509_main() 1089 static int purpose_print(BIO *bio, X509 *cert, X509_PURPOSE *pt) in purpose_print()
|
D | opt.c | 458 X509_PURPOSE *xptmp; in opt_verify()
|
/third_party/openssl/util/ |
D | indent.pro | 456 -T X509_PURPOSE
|
/third_party/openssl/crypto/x509/ |
D | x509_vfy.c | 2219 X509_PURPOSE *ptmp; in X509_STORE_CTX_purpose_inherit() 2394 X509_PURPOSE *xp = X509_PURPOSE_get0(idx); in X509_STORE_CTX_init()
|
/third_party/openssl/ |
D | CHANGES | 11761 *) Modify X509_TRUST and X509_PURPOSE so it also uses a static and
|