7 references to BlockSize
System.Security.Cryptography (7)
System\Security\Cryptography\CngSymmetricAlgorithmCore.cs (7)
118
byte[] iv = RandomNumberGenerator.GetBytes(AsymmetricAlgorithmHelpers.BitsToBytes(_outer.
BlockSize
));
171
if (!iv.IsEmpty && iv.Length != AsymmetricAlgorithmHelpers.BitsToBytes(_outer.
BlockSize
))
182
int blockSizeInBytes = AsymmetricAlgorithmHelpers.BitsToBytes(_outer.
BlockSize
);
202
if (rgbIV != null && rgbIV.Length != AsymmetricAlgorithmHelpers.BitsToBytes(_outer.
BlockSize
))
216
int blockSizeInBytes = AsymmetricAlgorithmHelpers.BitsToBytes(_outer.
BlockSize
);
241
int blockSizeInBytes = AsymmetricAlgorithmHelpers.BitsToBytes(_outer.
BlockSize
);
259
int blockSizeInBytes = AsymmetricAlgorithmHelpers.BitsToBytes(_outer.
BlockSize
);