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