2 references to CALG_RC2
System.Security.Cryptography (2)
System\Security\Cryptography\BasicSymmetricCipherCsp.cs (1)
36if (algId == CapiHelper.CALG_RC2)
System\Security\Cryptography\RC2CryptoServiceProvider.Windows.cs (1)
107BasicSymmetricCipher cipher = new BasicSymmetricCipherCsp(CapiHelper.CALG_RC2, Mode, BlockSize / BitsPerByte, rgbKey, !UseSalt, rgbIV, encrypting, 0, 0);