Lines Matching refs:encryptBlock
5965 encryptBlock: function encryptBlock(M, offset) {
6337 cipher.encryptBlock(words, offset);
8844 cipher.encryptBlock(keystream, 0);
8935 cipher.encryptBlock(keystream, 0);
8986 cipher.encryptBlock(keystream, 0);
9025 this._cipher.encryptBlock(words, offset);
9074 cipher.encryptBlock(keystream, 0);
11753 encryptBlock: function encryptBlock(M, offset) {
11853 encryptBlock: function encryptBlock(M, offset) {
11854 this._des1.encryptBlock(M, offset);
11856 this._des3.encryptBlock(M, offset);
11860 this._des2.encryptBlock(M, offset);