15 references to BitsPerByte
System.Security.Cryptography (15)
System\Security\Cryptography\AesImplementation.cs (15)
67IV = RandomNumberGenerator.GetBytes(BlockSize / BitsPerByte);
72Span<byte> key = stackalloc byte[KeySize / BitsPerByte];
90KeySizeValue = checked(BitsPerByte * key.Length);
102BlockSize / BitsPerByte,
125BlockSize / BitsPerByte,
150BlockSize / BitsPerByte,
175BlockSize / BitsPerByte,
203(BlockSizeBytes: BlockSize / BitsPerByte, FeedbackSizeBytes: feedbackSizeInBits / BitsPerByte),
231(BlockSizeBytes: BlockSize / BitsPerByte, FeedbackSizeBytes: feedbackSizeInBits / BitsPerByte),
258long keySize = rgbKey.Length * (long)BitsPerByte;
264long ivSize = rgbIV.Length * (long)BitsPerByte;
279BlockSize / BitsPerByte,
281FeedbackSize / BitsPerByte,