Searched refs:X509_TRUST (Results 1 – 6 of 6) sorted by relevance
/third_party/openssl/crypto/x509/ |
D | x509_trust.c | 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) in tr_cmp() 67 X509_TRUST *pt; in X509_check_trust() 88 X509_TRUST *X509_TRUST_get0(int idx) in X509_TRUST_get0() [all …]
|
/third_party/openssl/ohos_lite/include/openssl/ |
D | x509.h | 110 } X509_TRUST; typedef 112 DEFINE_STACK_OF(X509_TRUST) 1038 X509_TRUST *X509_TRUST_get0(int idx); 1040 int X509_TRUST_add(int id, int flags, int (*ck) (X509_TRUST *, X509 *, int), 1043 int X509_TRUST_get_flags(const X509_TRUST *xp); 1044 char *X509_TRUST_get0_name(const X509_TRUST *xp); 1045 int X509_TRUST_get_trust(const X509_TRUST *xp);
|
/third_party/openssl/include/openssl/ |
D | x509_vfy.h.in | 83 } X509_TRUST; typedef 85 generate_stack_macros("X509_TRUST"); 119 X509_TRUST *X509_TRUST_get0(int idx); 121 int X509_TRUST_add(int id, int flags, int (*ck) (X509_TRUST *, X509 *, int), 124 int X509_TRUST_get_flags(const X509_TRUST *xp); 125 char *X509_TRUST_get0_name(const X509_TRUST *xp); 126 int X509_TRUST_get_trust(const X509_TRUST *xp);
|
/third_party/openssl/util/ |
D | indent.pro | 465 -T X509_TRUST
|
/third_party/python/Lib/lib2to3/tests/data/ |
D | infinite_recursion.py | 1758 X509_TRUST = x509_trust_st variable
|
/third_party/openssl/ |
D | CHANGES.md | 17015 * Modify X509_TRUST and X509_PURPOSE so it also uses a static and 17019 application doesn't need to directly manipulate the X509_TRUST
|