Searched refs:privKeytype (Results 1 – 1 of 1) sorted by relevance
595 KeyType privKeytype; in SSL_CanBypass() local659 privKeytype = SECKEY_GetPrivateKeyType(srvPrivkey); in SSL_CanBypass()670 if (privKeytype == rsaKey && testrsa_export) { in SSL_CanBypass()678 for (; privKeytype == rsaKey && testrsa; ) { in SSL_CanBypass()731 for (; (privKeytype == ecKey && ( testecdh || testecdhe)) || in SSL_CanBypass()732 (privKeytype == rsaKey && testecdhe); ) { in SSL_CanBypass()741 if (privKeytype == ecKey && testecdhe) { in SSL_CanBypass()744 } else if (privKeytype == rsaKey && testecdhe) { in SSL_CanBypass()824 if (privKeytype == rsaKey) in SSL_CanBypass()