Searched refs:X509_TRUST (Results 1 – 8 of 8) sorted by relevance
/external/boringssl/src/crypto/x509/ |
D | x509_trs.c | 64 static int tr_cmp(const X509_TRUST **a, const X509_TRUST **b); 65 static void trtable_free(X509_TRUST *p); 67 static int trust_1oidany(X509_TRUST *trust, X509 *x, int flags); 68 static int trust_1oid(X509_TRUST *trust, X509 *x, int flags); 69 static int trust_compat(X509_TRUST *trust, X509 *x, int flags); 80 static X509_TRUST trstandard[] = { 98 #define X509_TRUST_COUNT (sizeof(trstandard)/sizeof(X509_TRUST)) 100 static STACK_OF(X509_TRUST) *trtable = NULL; 102 static int tr_cmp(const X509_TRUST **a, const X509_TRUST **b) in tr_cmp() 117 X509_TRUST *pt; in X509_check_trust() [all …]
|
/external/rust/crates/quiche/deps/boringssl/src/crypto/x509/ |
D | x509_trs.c | 64 static int tr_cmp(const X509_TRUST **a, const X509_TRUST **b); 65 static void trtable_free(X509_TRUST *p); 67 static int trust_1oidany(X509_TRUST *trust, X509 *x, int flags); 68 static int trust_1oid(X509_TRUST *trust, X509 *x, int flags); 69 static int trust_compat(X509_TRUST *trust, X509 *x, int flags); 80 static X509_TRUST trstandard[] = { 98 #define X509_TRUST_COUNT (sizeof(trstandard)/sizeof(X509_TRUST)) 100 static STACK_OF(X509_TRUST) *trtable = NULL; 102 static int tr_cmp(const X509_TRUST **a, const X509_TRUST **b) in tr_cmp() 117 X509_TRUST *pt; in X509_check_trust() [all …]
|
/external/rust/crates/quiche/deps/boringssl/src/include/openssl/ |
D | x509.h | 268 DEFINE_STACK_OF(X509_TRUST) 1206 OPENSSL_EXPORT X509_TRUST *X509_TRUST_get0(int idx); 1209 int (*ck)(X509_TRUST *, X509 *, int), 1212 OPENSSL_EXPORT int X509_TRUST_get_flags(X509_TRUST *xp); 1213 OPENSSL_EXPORT char *X509_TRUST_get0_name(X509_TRUST *xp); 1214 OPENSSL_EXPORT int X509_TRUST_get_trust(X509_TRUST *xp);
|
D | base.h | 439 typedef struct x509_trust_st X509_TRUST; typedef
|
/external/boringssl/src/include/openssl/ |
D | x509.h | 267 DEFINE_STACK_OF(X509_TRUST) 1486 OPENSSL_EXPORT X509_TRUST *X509_TRUST_get0(int idx); 1489 int (*ck)(X509_TRUST *, X509 *, int), 1492 OPENSSL_EXPORT int X509_TRUST_get_flags(const X509_TRUST *xp); 1493 OPENSSL_EXPORT char *X509_TRUST_get0_name(const X509_TRUST *xp); 1494 OPENSSL_EXPORT int X509_TRUST_get_trust(const X509_TRUST *xp);
|
D | base.h | 447 typedef struct x509_trust_st X509_TRUST; typedef
|
/external/python/cpython3/Lib/lib2to3/tests/data/ |
D | infinite_recursion.py | 1758 X509_TRUST = x509_trust_st variable
|
/external/python/cpython2/Lib/lib2to3/tests/data/ |
D | infinite_recursion.py | 1758 X509_TRUST = x509_trust_st variable
|