Home
last modified time | relevance | path

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

/external/openssl/crypto/x509/
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; in X509_TRUST_get0()
224 for(i = 0; i < X509_TRUST_COUNT; i++) trtable_free(trstandard + i); in X509_TRUST_cleanup()