Searched refs:trstandard (Results 1 - 2 of 2) sorted by relevance

/external/chromium_org/third_party/openssl/openssl/crypto/x509/
H A Dx509_trs.c80 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/
H A Dx509_trs.c80 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 81 milliseconds