Home
last modified time | relevance | path

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

/third_party/openssl/crypto/x509v3/
Dv3_purp.c22 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/
Dx509v3.h411 } 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/
Dverify.c89 X509_PURPOSE *ptmp; in verify_main()
Dx509.c45 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()
Dopt.c458 X509_PURPOSE *xptmp; in opt_verify()
/third_party/openssl/util/
Dindent.pro456 -T X509_PURPOSE
/third_party/openssl/crypto/x509/
Dx509_vfy.c2219 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/
DCHANGES11761 *) Modify X509_TRUST and X509_PURPOSE so it also uses a static and