1 write to _stateSHA1
mscorlib (1)
system\security\cryptography\sha1managed.cs (1)
50_stateSHA1 = new uint[5];
7 references to _stateSHA1
mscorlib (7)
system\security\cryptography\sha1managed.cs (7)
109_stateSHA1[0] = 0x67452301; 110_stateSHA1[1] = 0xefcdab89; 111_stateSHA1[2] = 0x98badcfe; 112_stateSHA1[3] = 0x10325476; 113_stateSHA1[4] = 0xc3d2e1f0; 141fixed (uint* stateSHA1 = _stateSHA1) { 205Utils.DWORDToBigEndian (hash, _stateSHA1, 5);