/external/openssl/crypto/x509v3/ |
v3_purp.c | 67 static int check_purpose_ssl_client(const X509_PURPOSE *xp, const X509 *x, int ca); 68 static int check_purpose_ssl_server(const X509_PURPOSE *xp, const X509 *x, int ca); 69 static int check_purpose_ns_ssl_server(const X509_PURPOSE *xp, const X509 *x, int ca); 71 static int check_purpose_smime_sign(const X509_PURPOSE *xp, const X509 *x, int ca); 72 static int check_purpose_smime_encrypt(const X509_PURPOSE *xp, const X509 *x, int ca); 73 static int check_purpose_crl_sign(const X509_PURPOSE *xp, const X509 *x, int ca); 74 static int check_purpose_timestamp_sign(const X509_PURPOSE *xp, const X509 *x, int ca); 75 static int no_check(const X509_PURPOSE *xp, const X509 *x, int ca); 76 static int ocsp_helper(const X509_PURPOSE *xp, const X509 *x, int ca); 78 static int xp_cmp(const X509_PURPOSE * const *a [all...] |
x509v3.h | 407 /* X509_PURPOSE stuff */ 467 } X509_PURPOSE; 505 DECLARE_STACK_OF(X509_PURPOSE) 684 X509_PURPOSE * X509_PURPOSE_get0(int idx); 688 int (*ck)(const X509_PURPOSE *, const X509 *, int), 690 char *X509_PURPOSE_get0_name(X509_PURPOSE *xp); 691 char *X509_PURPOSE_get0_sname(X509_PURPOSE *xp); 692 int X509_PURPOSE_get_trust(X509_PURPOSE *xp); 694 int X509_PURPOSE_get_id(X509_PURPOSE *);
|
/external/chromium_org/third_party/boringssl/src/crypto/x509v3/ |
v3_purp.c | 71 static int check_purpose_ssl_client(const X509_PURPOSE *xp, const X509 *x, int ca); 72 static int check_purpose_ssl_server(const X509_PURPOSE *xp, const X509 *x, int ca); 73 static int check_purpose_ns_ssl_server(const X509_PURPOSE *xp, const X509 *x, int ca); 75 static int check_purpose_smime_sign(const X509_PURPOSE *xp, const X509 *x, int ca); 76 static int check_purpose_smime_encrypt(const X509_PURPOSE *xp, const X509 *x, int ca); 77 static int check_purpose_crl_sign(const X509_PURPOSE *xp, const X509 *x, int ca); 78 static int check_purpose_timestamp_sign(const X509_PURPOSE *xp, const X509 *x, int ca); 79 static int no_check(const X509_PURPOSE *xp, const X509 *x, int ca); 80 static int ocsp_helper(const X509_PURPOSE *xp, const X509 *x, int ca); 82 static int xp_cmp(const X509_PURPOSE **a, const X509_PURPOSE **b) [all...] |
/external/chromium_org/third_party/boringssl/src/include/openssl/ |
x509v3.h | 404 /* X509_PURPOSE stuff */ 466 } X509_PURPOSE; 504 DECLARE_STACK_OF(X509_PURPOSE) 681 OPENSSL_EXPORT X509_PURPOSE * X509_PURPOSE_get0(int idx); 685 int (*ck)(const X509_PURPOSE *, const X509 *, int), 687 OPENSSL_EXPORT char *X509_PURPOSE_get0_name(X509_PURPOSE *xp); 688 OPENSSL_EXPORT char *X509_PURPOSE_get0_sname(X509_PURPOSE *xp); 689 OPENSSL_EXPORT int X509_PURPOSE_get_trust(X509_PURPOSE *xp); 691 OPENSSL_EXPORT int X509_PURPOSE_get_id(X509_PURPOSE *);
|
stack_macros.h | [all...] |
/external/openssl/include/openssl/ |
x509v3.h | 407 /* X509_PURPOSE stuff */ 467 } X509_PURPOSE; 505 DECLARE_STACK_OF(X509_PURPOSE) 684 X509_PURPOSE * X509_PURPOSE_get0(int idx); 688 int (*ck)(const X509_PURPOSE *, const X509 *, int), 690 char *X509_PURPOSE_get0_name(X509_PURPOSE *xp); 691 char *X509_PURPOSE_get0_sname(X509_PURPOSE *xp); 692 int X509_PURPOSE_get_trust(X509_PURPOSE *xp); 694 int X509_PURPOSE_get_id(X509_PURPOSE *);
|
safestack.h | [all...] |
/external/openssl/apps/ |
verify.c | 250 X509_PURPOSE *ptmp;
|
x509.c | 164 static int purpose_print(BIO *bio, X509 *cert, X509_PURPOSE *pt); 806 X509_PURPOSE *ptmp; [all...] |
apps.c | [all...] |
/external/openssl/crypto/stack/ |
safestack.h | [all...] |
/external/chromium_org/third_party/boringssl/src/crypto/x509/ |
x509_vfy.c | [all...] |
/external/openssl/crypto/x509/ |
x509_vfy.c | [all...] |