4 references to IsSemiWeakKey
System.Security.Cryptography (4)
System\Security\Cryptography\DES.cs (2)
42while (IsWeakKey(key) || IsSemiWeakKey(key)) 59if (IsSemiWeakKey(value))
System\Security\Cryptography\DesImplementation.cs (2)
51while (IsWeakKey(key) || IsSemiWeakKey(key)) 70if (IsSemiWeakKey(rgbKey))