1 write to _stateSHA512
mscorlib (1)
system\security\cryptography\sha512managed.cs (1)
41_stateSHA512 = new UInt64[8];
10 references to _stateSHA512
mscorlib (10)
system\security\cryptography\sha512managed.cs (10)
102_stateSHA512[0] = 0x6a09e667f3bcc908; 103_stateSHA512[1] = 0xbb67ae8584caa73b; 104_stateSHA512[2] = 0x3c6ef372fe94f82b; 105_stateSHA512[3] = 0xa54ff53a5f1d36f1; 106_stateSHA512[4] = 0x510e527fade682d1; 107_stateSHA512[5] = 0x9b05688c2b3e6c1f; 108_stateSHA512[6] = 0x1f83d9abfb41bd6b; 109_stateSHA512[7] = 0x5be0cd19137e2179; 130fixed (UInt64* stateSHA512 = _stateSHA512) { 207Utils.QuadWordToBigEndian (hash, _stateSHA512, 8);