HomeSort by: relevance | last modified time | path
    Searched refs:X509_TRUST (Results 1 - 6 of 6) sorted by relevancy

  /src/crypto/external/apache2/openssl/dist/crypto/x509/
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
    [all...]
  /src/crypto/external/bsd/openssl/dist/crypto/x509/
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
    [all...]
  /src/crypto/external/bsd/openssl.old/dist/crypto/x509/
x509_trs.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
    [all...]
  /src/crypto/external/bsd/openssl.old/dist/include/openssl/
x509.h 110 } X509_TRUST;
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);
  /src/crypto/external/apache2/openssl/dist/include/openssl/
x509_vfy.h.in 88 } X509_TRUST;
91 generate_stack_macros("X509_TRUST");
126 X509_TRUST *X509_TRUST_get0(int idx);
128 int X509_TRUST_add(int id, int flags, int (*ck)(X509_TRUST *, X509 *, int),
131 int X509_TRUST_get_flags(const X509_TRUST *xp);
132 char *X509_TRUST_get0_name(const X509_TRUST *xp);
133 int X509_TRUST_get_trust(const X509_TRUST *xp);
  /src/crypto/external/bsd/openssl/dist/include/openssl/
x509_vfy.h.in 83 } X509_TRUST;
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);

Completed in 24 milliseconds