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