Home
last modified time | relevance | path

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

/external/chromium/net/third_party/nss/ssl/
Dderive.c588 PRUint32 protocolmask, PRUint16 *ciphersuites, int nsuites, in SSL_CanBypass() argument
608 if (!cert || !srvPrivkey || !ciphersuites || !pcanbypass) { in SSL_CanBypass()
624 for (i=0; i < nsuites && (suite = *ciphersuites++) != 0; i++) { in SSL_CanBypass()