1 write to _stateSHA384
mscorlib (1)
system\security\cryptography\sha384managed.cs (1)
49_stateSHA384 = new UInt64[8];
10 references to _stateSHA384
mscorlib (10)
system\security\cryptography\sha384managed.cs (10)
110_stateSHA384[0] = 0xcbbb9d5dc1059ed8; 111_stateSHA384[1] = 0x629a292a367cd507; 112_stateSHA384[2] = 0x9159015a3070dd17; 113_stateSHA384[3] = 0x152fecd8f70e5939; 114_stateSHA384[4] = 0x67332667ffc00b31; 115_stateSHA384[5] = 0x8eb44a8768581511; 116_stateSHA384[6] = 0xdb0c2e0d64f98fa7; 117_stateSHA384[7] = 0x47b5481dbefa4fa4; 138fixed (UInt64* stateSHA384 = _stateSHA384) { 214Utils.QuadWordToBigEndian (hash, _stateSHA384, 6);