4 writes to BlockSizeValue
mscorlib (4)
system\security\cryptography\hmacsha384.cs (2)
31BlockSizeValue = BlockSize; 46BlockSizeValue = BlockSize;
system\security\cryptography\hmacsha512.cs (2)
31BlockSizeValue = BlockSize; 56BlockSizeValue = BlockSize;
4 references to BlockSizeValue
mscorlib (4)
system\security\cryptography\hmac.cs (4)
58m_inner = new byte[BlockSizeValue]; 60m_outer = new byte[BlockSizeValue]; 63for (i=0; i < BlockSizeValue; i++) { 80if (key.Length > BlockSizeValue) {