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