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

  /external/chromium_org/third_party/openssl/openssl/crypto/x509/
x509_trs.c 80 static X509_TRUST trstandard[] = { variable
91 #define X509_TRUST_COUNT (sizeof(trstandard)/sizeof(X509_TRUST))
132 if(idx < (int)X509_TRUST_COUNT) return trstandard + idx;
224 for(i = 0; i < X509_TRUST_COUNT; i++) trtable_free(trstandard + i);
  /external/openssl/crypto/x509/
x509_trs.c 80 static X509_TRUST trstandard[] = { variable
91 #define X509_TRUST_COUNT (sizeof(trstandard)/sizeof(X509_TRUST))
132 if(idx < (int)X509_TRUST_COUNT) return trstandard + idx;
224 for(i = 0; i < X509_TRUST_COUNT; i++) trtable_free(trstandard + i);

Completed in 26 milliseconds