Home
last modified time | relevance | path

Searched refs:X509_TRUST (Results 1 – 3 of 3) sorted by path

/dragonfly/crypto/libressl/crypto/x509/
H A Dx509_trs.c67 static int tr_cmp(const X509_TRUST * const *a, const X509_TRUST * const *b);
68 static void trtable_free(X509_TRUST *p);
82 static X509_TRUST trstandard[] = {
98 tr_cmp(const X509_TRUST * const *a, const X509_TRUST * const *b) in tr_cmp()
116 X509_TRUST *pt; in X509_check_trust()
152 X509_TRUST *
165 X509_TRUST tmp; in X509_TRUST_get_by_id()
195 X509_TRUST *trtmp; in X509_TRUST_add()
256 trtable_free(X509_TRUST *p) in trtable_free()
275 X509_TRUST_get_flags(const X509_TRUST *xp) in X509_TRUST_get_flags()
[all …]
/dragonfly/crypto/libressl/include/openssl/
H A Dsafestack.h1856 #define sk_X509_TRUST_new(cmp) SKM_sk_new(X509_TRUST, (cmp))
1857 #define sk_X509_TRUST_new_null() SKM_sk_new_null(X509_TRUST)
1858 #define sk_X509_TRUST_free(st) SKM_sk_free(X509_TRUST, (st))
1859 #define sk_X509_TRUST_num(st) SKM_sk_num(X509_TRUST, (st))
1860 #define sk_X509_TRUST_value(st, i) SKM_sk_value(X509_TRUST, (st), (i))
1862 #define sk_X509_TRUST_zero(st) SKM_sk_zero(X509_TRUST, (st))
1871 #define sk_X509_TRUST_dup(st) SKM_sk_dup(X509_TRUST, st)
1873 #define sk_X509_TRUST_shift(st) SKM_sk_shift(X509_TRUST, (st))
1874 #define sk_X509_TRUST_pop(st) SKM_sk_pop(X509_TRUST, (st))
1875 #define sk_X509_TRUST_sort(st) SKM_sk_sort(X509_TRUST, (st))
[all …]
H A Dx509.h192 } X509_TRUST; typedef
194 DECLARE_STACK_OF(X509_TRUST)
1127 X509_TRUST * X509_TRUST_get0(int idx);
1129 int X509_TRUST_add(int id, int flags, int (*ck)(X509_TRUST *, X509 *, int),
1132 int X509_TRUST_get_flags(const X509_TRUST *xp);
1133 char *X509_TRUST_get0_name(const X509_TRUST *xp);
1134 int X509_TRUST_get_trust(const X509_TRUST *xp);