1 write to BlockSize
System.Core (1)
System\Security\Cryptography\AesManaged.cs (1)
36
m_impl.
BlockSize
= BlockSize;
17 references to BlockSize
mscorlib (6)
system\security\cryptography\mactripledes.cs (6)
40
HashSizeValue = des.
BlockSize
;
42
m_bytesPerBlock = des.
BlockSize
/m_bitsPerByte;
66
HashSizeValue = des.
BlockSize
;
70
m_bytesPerBlock = des.
BlockSize
/m_bitsPerByte;
102
_ts = new TailStream(des.
BlockSize
/ 8); // 8 bytes
115
_ts = new TailStream(des.
BlockSize
/ 8); // 8 bytes
System.Core (1)
System\Security\Cryptography\AesManaged.cs (1)
36
m_impl.BlockSize =
BlockSize
;
System.IdentityModel (5)
System\IdentityModel\CryptoHelper.cs (3)
598
return symmetricAlgorithm.
BlockSize
;
606
return TripleDES.
BlockSize
;
610
return Rijndael.
BlockSize
;
System\IdentityModel\EncryptedDataElement.cs (2)
70
byte[] iv = new byte[algorithm.
BlockSize
/ 8];
107
int ivSize = algorithm.
BlockSize
/ 8;
System.IdentityModel.Selectors (1)
infocard\client\System\IdentityModel\Selectors\InfoCardSymmetricAlgorithm.cs (1)
131
byte[] ivvalue = new byte[
BlockSize
/ 8];
System.ServiceModel (2)
System\ServiceModel\Security\CryptoHelper.cs (2)
150
int ivSize = algorithm.
BlockSize
/ 8;
242
int ivSize = algorithm.
BlockSize
/ 8;
System.Web (2)
Security\Cryptography\NetFXCryptoService.cs (2)
61
encryptionAlgorithm.IV = CryptoUtil.CreatePredictableIV(clearData, encryptionAlgorithm.
BlockSize
);
135
int ivByteCount = decryptionAlgorithm.
BlockSize
/ 8; // IV length is equal to the block size