Symbol: X509_TRUST
crypto/openssl/crypto/x509/x509_trust.c
101
X509_TRUST tmp;
crypto/openssl/crypto/x509/x509_trust.c
127
int X509_TRUST_add(int id, int flags, int (*ck)(X509_TRUST *, X509 *, int),
crypto/openssl/crypto/x509/x509_trust.c
131
X509_TRUST *trtmp;
crypto/openssl/crypto/x509/x509_trust.c
15
static int tr_cmp(const X509_TRUST *const *a, const X509_TRUST *const *b);
crypto/openssl/crypto/x509/x509_trust.c
16
static void trtable_free(X509_TRUST *p);
crypto/openssl/crypto/x509/x509_trust.c
18
static int trust_1oidany(X509_TRUST *trust, X509 *x, int flags);
crypto/openssl/crypto/x509/x509_trust.c
185
static void trtable_free(X509_TRUST *p)
crypto/openssl/crypto/x509/x509_trust.c
19
static int trust_1oid(X509_TRUST *trust, X509 *x, int flags);
crypto/openssl/crypto/x509/x509_trust.c
20
static int trust_compat(X509_TRUST *trust, X509 *x, int flags);
crypto/openssl/crypto/x509/x509_trust.c
202
int X509_TRUST_get_flags(const X509_TRUST *xp)
crypto/openssl/crypto/x509/x509_trust.c
207
char *X509_TRUST_get0_name(const X509_TRUST *xp)
crypto/openssl/crypto/x509/x509_trust.c
212
int X509_TRUST_get_trust(const X509_TRUST *xp)
crypto/openssl/crypto/x509/x509_trust.c
217
static int trust_1oidany(X509_TRUST *trust, X509 *x, int flags)
crypto/openssl/crypto/x509/x509_trust.c
229
static int trust_1oid(X509_TRUST *trust, X509 *x, int flags)
crypto/openssl/crypto/x509/x509_trust.c
240
static int trust_compat(X509_TRUST *trust, X509 *x, int flags)
crypto/openssl/crypto/x509/x509_trust.c
31
static X509_TRUST trstandard[] = {
crypto/openssl/crypto/x509/x509_trust.c
50
static STACK_OF(X509_TRUST) *trtable = NULL;
crypto/openssl/crypto/x509/x509_trust.c
52
static int tr_cmp(const X509_TRUST *const *a, const X509_TRUST *const *b)
crypto/openssl/crypto/x509/x509_trust.c
69
X509_TRUST *pt;
crypto/openssl/crypto/x509/x509_trust.c
90
X509_TRUST *X509_TRUST_get0(int idx)
crypto/openssl/include/openssl/x509_vfy.h
163
SKM_DEFINE_STACK_OF_INTERNAL(X509_TRUST, X509_TRUST, X509_TRUST)
crypto/openssl/include/openssl/x509_vfy.h
165
#define sk_X509_TRUST_value(sk, idx) ((X509_TRUST *)OPENSSL_sk_value(ossl_check_const_X509_TRUST_sk_type(sk), (idx)))
crypto/openssl/include/openssl/x509_vfy.h
166
#define sk_X509_TRUST_new(cmp) ((STACK_OF(X509_TRUST) *)OPENSSL_sk_new(ossl_check_X509_TRUST_compfunc_type(cmp)))
crypto/openssl/include/openssl/x509_vfy.h
167
#define sk_X509_TRUST_new_null() ((STACK_OF(X509_TRUST) *)OPENSSL_sk_new_null())
crypto/openssl/include/openssl/x509_vfy.h
168
#define sk_X509_TRUST_new_reserve(cmp, n) ((STACK_OF(X509_TRUST) *)OPENSSL_sk_new_reserve(ossl_check_X509_TRUST_compfunc_type(cmp), (n)))
crypto/openssl/include/openssl/x509_vfy.h
172
#define sk_X509_TRUST_delete(sk, i) ((X509_TRUST *)OPENSSL_sk_delete(ossl_check_X509_TRUST_sk_type(sk), (i)))
crypto/openssl/include/openssl/x509_vfy.h
173
#define sk_X509_TRUST_delete_ptr(sk, ptr) ((X509_TRUST *)OPENSSL_sk_delete_ptr(ossl_check_X509_TRUST_sk_type(sk), ossl_check_X509_TRUST_type(ptr)))
crypto/openssl/include/openssl/x509_vfy.h
176
#define sk_X509_TRUST_pop(sk) ((X509_TRUST *)OPENSSL_sk_pop(ossl_check_X509_TRUST_sk_type(sk)))
crypto/openssl/include/openssl/x509_vfy.h
177
#define sk_X509_TRUST_shift(sk) ((X509_TRUST *)OPENSSL_sk_shift(ossl_check_X509_TRUST_sk_type(sk)))
crypto/openssl/include/openssl/x509_vfy.h
180
#define sk_X509_TRUST_set(sk, idx, ptr) ((X509_TRUST *)OPENSSL_sk_set(ossl_check_X509_TRUST_sk_type(sk), (idx), ossl_check_X509_TRUST_type(ptr)))
crypto/openssl/include/openssl/x509_vfy.h
186
#define sk_X509_TRUST_dup(sk) ((STACK_OF(X509_TRUST) *)OPENSSL_sk_dup(ossl_check_const_X509_TRUST_sk_type(sk)))
crypto/openssl/include/openssl/x509_vfy.h
187
#define sk_X509_TRUST_deep_copy(sk, copyfunc, freefunc) ((STACK_OF(X509_TRUST) *)OPENSSL_sk_deep_copy(ossl_check_const_X509_TRUST_sk_type(sk), ossl_check_X509_TRUST_copyfunc_type(copyfunc), ossl_check_X509_TRUST_freefunc_type(freefunc)))
crypto/openssl/include/openssl/x509_vfy.h
223
X509_TRUST *X509_TRUST_get0(int idx);
crypto/openssl/include/openssl/x509_vfy.h
225
int X509_TRUST_add(int id, int flags, int (*ck)(X509_TRUST *, X509 *, int),
crypto/openssl/include/openssl/x509_vfy.h
228
int X509_TRUST_get_flags(const X509_TRUST *xp);
crypto/openssl/include/openssl/x509_vfy.h
229
char *X509_TRUST_get0_name(const X509_TRUST *xp);
crypto/openssl/include/openssl/x509_vfy.h
230
int X509_TRUST_get_trust(const X509_TRUST *xp);