Searched refs:X509_TRUST (Results 1 – 5 of 5) sorted by relevance
/external/boringssl/src/crypto/x509/ |
D | x509_trs.c | 63 static int tr_cmp(const X509_TRUST **a, const X509_TRUST **b); 64 static void trtable_free(X509_TRUST *p); 66 static int trust_1oidany(X509_TRUST *trust, X509 *x, int flags); 67 static int trust_1oid(X509_TRUST *trust, X509 *x, int flags); 68 static int trust_compat(X509_TRUST *trust, X509 *x, int flags); 79 static X509_TRUST trstandard[] = { 97 #define X509_TRUST_COUNT (sizeof(trstandard)/sizeof(X509_TRUST)) 99 static STACK_OF(X509_TRUST) *trtable = NULL; 101 static int tr_cmp(const X509_TRUST **a, const X509_TRUST **b) in tr_cmp() 116 X509_TRUST *pt; in X509_check_trust() [all …]
|
/external/boringssl/src/include/openssl/ |
D | x509.h | 283 DEFINE_STACK_OF(X509_TRUST) 1104 OPENSSL_EXPORT X509_TRUST * X509_TRUST_get0(int idx); 1106 OPENSSL_EXPORT int X509_TRUST_add(int id, int flags, int (*ck)(X509_TRUST *, X509 *, int), 1109 OPENSSL_EXPORT int X509_TRUST_get_flags(X509_TRUST *xp); 1110 OPENSSL_EXPORT char *X509_TRUST_get0_name(X509_TRUST *xp); 1111 OPENSSL_EXPORT int X509_TRUST_get_trust(X509_TRUST *xp);
|
D | base.h | 412 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
|