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

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/openssl-1.0.2h/crypto/x509/
H A Dx509_trs.c80 static X509_TRUST trstandard[] = { variable
97 #define X509_TRUST_COUNT (sizeof(trstandard)/sizeof(X509_TRUST))
149 return trstandard + idx;
248 trtable_free(trstandard + i);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/openssl-0.9.8e/crypto/x509/
H A Dx509_trs.c80 static X509_TRUST trstandard[] = { variable
90 #define X509_TRUST_COUNT (sizeof(trstandard)/sizeof(X509_TRUST))
131 if(idx < (int)X509_TRUST_COUNT) return trstandard + idx;
223 for(i = 0; i < X509_TRUST_COUNT; i++) trtable_free(trstandard + i);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/openssl/crypto/x509/
H A Dx509_trs.c80 static X509_TRUST trstandard[] = { variable
97 #define X509_TRUST_COUNT (sizeof(trstandard)/sizeof(X509_TRUST))
149 return trstandard + idx;
248 trtable_free(trstandard + i);

Completed in 180 milliseconds