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