Searched refs:suiteInfo (Results 1 – 2 of 2) sorted by relevance
130 static const SSLCipherSuiteInfo suiteInfo[] = { variable218 #define NUM_SUITEINFOS ((sizeof suiteInfo) / (sizeof suiteInfo[0]))226 len = PR_MIN(len, sizeof suiteInfo[0]); in SSL_GetCipherSuiteInfo()227 if (!info || len < sizeof suiteInfo[0].length) { in SSL_GetCipherSuiteInfo()232 if (suiteInfo[i].cipherSuite == cipherSuite) { in SSL_GetCipherSuiteInfo()233 memcpy(info, &suiteInfo[i], len); in SSL_GetCipherSuiteInfo()248 const SSLCipherSuiteInfo * pInfo = suiteInfo; in SSL_DisableDefaultExportCipherSuites()269 const SSLCipherSuiteInfo * pInfo = suiteInfo; in SSL_DisableExportCipherSuites()290 if (suiteInfo[i].cipherSuite == cipherSuite) { in SSL_IsExportCipherSuite()291 return (PRBool)(suiteInfo[i].isExportable); in SSL_IsExportCipherSuite()
227 var suiteInfo = document.createElement('a');228 suiteInfo.href = link;229 suiteInfo.innerText = this.name;230 this.resultsEl_.appendChild(suiteInfo);346 var suiteInfo = document.createElement('a');347 suiteInfo.href = link;348 suiteInfo.innerText = test.name;349 testEl.appendChild(suiteInfo);