6 references to TrimLargeIV
System.Security.Cryptography (6)
System\Security\Cryptography\DESCryptoServiceProvider.Unix.cs (2)
32
_impl.CreateEncryptor(rgbKey, CapiHelper.
TrimLargeIV
(rgbIV, BlockSize));
35
_impl.CreateDecryptor(rgbKey, CapiHelper.
TrimLargeIV
(rgbIV, BlockSize));
System\Security\Cryptography\RC2CryptoServiceProvider.Unix.cs (2)
39
_impl.CreateEncryptor(rgbKey, CapiHelper.
TrimLargeIV
(rgbIV, BlockSize));
42
_impl.CreateDecryptor(rgbKey, CapiHelper.
TrimLargeIV
(rgbIV, BlockSize));
System\Security\Cryptography\TripleDESCryptoServiceProvider.Wrap.cs (2)
70
_impl.CreateEncryptor(rgbKey, CapiHelper.
TrimLargeIV
(rgbIV, BlockSize));
73
_impl.CreateDecryptor(rgbKey, CapiHelper.
TrimLargeIV
(rgbIV, BlockSize));