3 references to FixupKeyParity
System.Security.Cryptography (3)
System\Security\Cryptography\DES.cs (2)
71
byte[] rgbOddParityKey = rgbKey.
FixupKeyParity
();
89
byte[] rgbOddParityKey = rgbKey.
FixupKeyParity
();
System\Security\Cryptography\TripleDES.cs (1)
71
byte[] rgbOddParityKey = rgbKey.
FixupKeyParity
();