Lines Matching refs:X509_TRUST
15 static int tr_cmp(const X509_TRUST *const *a, const X509_TRUST *const *b);
16 static void trtable_free(X509_TRUST *p);
18 static int trust_1oidany(X509_TRUST *trust, X509 *x, int flags);
19 static int trust_1oid(X509_TRUST *trust, X509 *x, int flags);
20 static int trust_compat(X509_TRUST *trust, X509 *x, int flags);
31 static X509_TRUST trstandard[] = {
50 static STACK_OF(X509_TRUST) *trtable = NULL;
52 static int tr_cmp(const X509_TRUST *const *a, const X509_TRUST *const *b)
67 X509_TRUST *pt;
88 X509_TRUST *X509_TRUST_get0(int idx)
99 X509_TRUST tmp;
123 int X509_TRUST_add(int id, int flags, int (*ck) (X509_TRUST *, X509 *, int),
127 X509_TRUST *trtmp;
185 static void trtable_free(X509_TRUST *p)
202 int X509_TRUST_get_flags(const X509_TRUST *xp)
207 char *X509_TRUST_get0_name(const X509_TRUST *xp)
212 int X509_TRUST_get_trust(const X509_TRUST *xp)
217 static int trust_1oidany(X509_TRUST *trust, X509 *x, int flags)
229 static int trust_1oid(X509_TRUST *trust, X509 *x, int flags)
240 static int trust_compat(X509_TRUST *trust, X509 *x, int flags)