Lines Matching refs:_hash
8585 this._hash = new WordArray.init([0x67452301, 0xefcdab89, 0x98badcfe, 0x10325476]);
8597 var H = this._hash.words;
8712 var hash = this._hash;
8727 clone._hash = this._hash.clone();
9942 this._hash = WordArray.create([0x67452301, 0xEFCDAB89, 0x98BADCFE, 0x10325476, 0xC3D2E1F0]);
9955 var H = this._hash.words;
10041 var hash = this._hash;
10058 clone._hash = this._hash.clone();
10147 … this._hash = new WordArray.init([0x67452301, 0xefcdab89, 0x98badcfe, 0x10325476, 0xc3d2e1f0]);
10151 var H = this._hash.words;
10209 return this._hash;
10213 clone._hash = this._hash.clone();
10281 …this._hash = new WordArray.init([0xc1059ed8, 0x367cd507, 0x3070dd17, 0xf70e5939, 0xffc00b31, 0x685…
10389 this._hash = new WordArray.init(H.slice(0));
10393 var H = this._hash.words;
10459 return this._hash;
10463 clone._hash = this._hash.clone();
10837 …this._hash = new X64WordArray.init([new X64Word.init(0xcbbb9d5d, 0xc1059ed8), new X64Word.init(0x6…
10925 …this._hash = new X64WordArray.init([new X64Word.init(0x6a09e667, 0xf3bcc908), new X64Word.init(0xb…
10929 var H = this._hash.words;
11096 var hash = this._hash.toX32();
11103 clone._hash = this._hash.clone();