HomeSort by relevance Sort by last modified time
    Searched refs:X509_TRUST (Results 1 - 5 of 5) sorted by null

  /external/openssl/crypto/x509/
x509_trs.c 64 static int tr_cmp(const X509_TRUST * const *a,
65 const X509_TRUST * const *b);
66 static void trtable_free(X509_TRUST *p);
68 static int trust_1oidany(X509_TRUST *trust, X509 *x, int flags);
69 static int trust_1oid(X509_TRUST *trust, X509 *x, int flags);
70 static int trust_compat(X509_TRUST *trust, X509 *x, int flags);
80 static X509_TRUST trstandard[] = {
91 #define X509_TRUST_COUNT (sizeof(trstandard)/sizeof(X509_TRUST))
93 IMPLEMENT_STACK_OF(X509_TRUST)
95 static STACK_OF(X509_TRUST) *trtable = NULL
    [all...]
x509.h 322 } X509_TRUST;
324 DECLARE_STACK_OF(X509_TRUST)
    [all...]
  /external/openssl/include/openssl/
x509.h 322 } X509_TRUST;
324 DECLARE_STACK_OF(X509_TRUST)
    [all...]
safestack.h     [all...]
  /external/openssl/crypto/stack/
safestack.h     [all...]

Completed in 1155 milliseconds