Home
last modified time | relevance | path

Searched refs:X509_TRUST (Results 1 – 4 of 4) sorted by relevance

/external/boringssl/src/crypto/x509/
Dx509_trs.c63 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/
Dx509.h283 DEFINE_STACK_OF(X509_TRUST)
1074 OPENSSL_EXPORT X509_TRUST * X509_TRUST_get0(int idx);
1076 OPENSSL_EXPORT int X509_TRUST_add(int id, int flags, int (*ck)(X509_TRUST *, X509 *, int),
1079 OPENSSL_EXPORT int X509_TRUST_get_flags(X509_TRUST *xp);
1080 OPENSSL_EXPORT char *X509_TRUST_get0_name(X509_TRUST *xp);
1081 OPENSSL_EXPORT int X509_TRUST_get_trust(X509_TRUST *xp);
Dbase.h337 typedef struct x509_trust_st X509_TRUST; typedef
/external/python/cpython2/Lib/lib2to3/tests/data/
Dinfinite_recursion.py1758 X509_TRUST = x509_trust_st variable