3 references to FixupKeyParity
mscorlib (3)
system\security\cryptography\des.cs (2)
86
byte[] rgbOddParityKey = Utils.
FixupKeyParity
(rgbKey);
101
byte[] rgbOddParityKey = Utils.
FixupKeyParity
(rgbKey);
system\security\cryptography\tripledes.cs (1)
84
byte[] rgbOddParityKey = Utils.
FixupKeyParity
(rgbKey);