2 writes to m_outer
mscorlib (2)
system\security\cryptography\hmac.cs (2)
60m_outer = new byte[BlockSizeValue]; 78m_outer = null;
9 references to m_outer
mscorlib (9)
system\security\cryptography\hmac.cs (9)
59if (m_outer == null) 65m_outer[i] = 0x5C; 69m_outer[i] ^= KeyValue[i]; 151m_hash2.TransformBlock(m_outer, 0, m_outer.Length, m_outer, 0); 171if (m_outer != null) 172Array.Clear(m_outer, 0, m_outer.Length);