Home
last modified time | relevance | path

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

/external/boringssl/src/crypto/x509/
Dx509_trs.c78 static X509_TRUST trstandard[] = { variable
89 #define X509_TRUST_COUNT (sizeof(trstandard)/sizeof(X509_TRUST))
137 if(idx < (int)X509_TRUST_COUNT) return trstandard + idx; in X509_TRUST_get0()
240 for(i = 0; i < X509_TRUST_COUNT; i++) trtable_free(trstandard + i); in X509_TRUST_cleanup()