Lines Matching refs:hash

10880     get hash() {
10884 set hash(value) {
13296 var hash;
13300 hash = (0, _util.stringToBytes)(idArray[0]);
13306hash = (0, _crypto.calculateMD5)(this.stream.bytes.subarray(0, FINGERPRINT_FIRST_BYTES), 0, FINGER…
13311 for (var i = 0, ii = hash.length; i < ii; i++) {
13312 var hex = hash[i].toString(16);
25603 function hash(data, offset, length) {
25678 return hash;
25799 function hash(data, offset, length) {
25880 return hash;
25952 function hash(data, offset, length, mode384) {
26112 return hash;
26118 function hash(data, offset, length) {
26122 return hash;
26727 hash: function PDF20_hash(password, concatBytes, userBytes) {
26860 var hash = calculateMD5(hashData, 0, i);
26865 hash = calculateMD5(hash, 0, keyLengthInBytes);
26869 var encryptionKey = hash.subarray(0, keyLengthInBytes);
26932 var hash = calculateMD5(hashData, 0, i);
26937 hash = calculateMD5(hash, 0, hash.length);
26950 derivedKey[k] = hash[k] ^ j;
26957 cipher = new ARCFourCipher(hash.subarray(0, keyLengthInBytes));
27092 var hash = calculateMD5(key, 0, i);
27093 return hash.subarray(0, Math.min(encryptionKey.length + 5, 16));
31124 hash = preEvaluatedFont.hash;
31132 if (hash && (0, _primitives.isDict)(descriptor)) {
31139 if (fontAliases[hash]) {
31140 var aliasFontRef = fontAliases[hash].aliasRef;
31147 fontAliases[hash] = {
31153 fontAliases[hash].aliasRef = fontRef;
31156 fontID = fontAliases[hash].fontID;
32757 var hash = new _murmurhash.MurmurHash3_64();
32761 hash.update(encoding.name);
32763 hash.update(encoding.toString());
32771 hash.update(entry.name);
32773 hash.update(entry.toString());
32788 hash.update(diffBuf.join());
32795 hash.update("".concat(firstChar, "-").concat(lastChar));
32801 hash.update(uint8array);
32803 hash.update(toUnicode.name);
32810 hash.update(uint8array);
32820 hash: hash ? hash.hexdigest() : ''