Home
last modified time | relevance | path

Searched refs:hasher (Results 1 – 11 of 11) sorted by relevance

/expo/packages/@expo/fingerprint/src/hash/
H A DHash.ts31 const hasher = createHash(options.hashAlgorithm); constant
34 hasher.update(createSourceId(source));
35 hasher.update(source.hash);
38 const hash = hasher.digest('hex');
115 const hasher = createHash(options.hashAlgorithm); constant
119 const hex = hasher.digest('hex');
128 hasher.update(chunk);
162 const hasher = createHash(options.hashAlgorithm); constant
170 hasher.update(result.id);
171 hasher.update(result.hex);
[all …]
/expo/packages/@expo/fingerprint/build/hash/
H A DHash.js20 const hasher = (0, crypto_1.createHash)(options.hashAlgorithm);
23 hasher.update(createSourceId(source));
24 hasher.update(source.hash);
27 const hash = hasher.digest('hex');
87 const hasher = (0, crypto_1.createHash)(options.hashAlgorithm);
91 const hex = hasher.digest('hex');
100 hasher.update(chunk);
126 const hasher = (0, crypto_1.createHash)(options.hashAlgorithm);
132 hasher.update(result.id);
133 hasher.update(result.hex);
[all …]
/expo/packages/expo-modules-core/ios/Swift/Records/
H A DFieldOption.swift27 public func hash(into hasher: inout Hasher) { in hash()
28 hasher.combine(rawValue) in hash()
/expo/ios/versioned/sdk48/ExpoModulesCore/ios/Swift/Records/
H A DFieldOption.swift27 public func hash(into hasher: inout Hasher) { in hash()
28 hasher.combine(rawValue) in hash()
/expo/ios/versioned/sdk47/ExpoModulesCore/ios/Swift/Records/
H A DFieldOption.swift27 public func hash(into hasher: inout Hasher) { in hash()
28 hasher.combine(rawValue) in hash()
/expo/ios/versioned/sdk49/ExpoModulesCore/ios/Swift/Records/
H A DFieldOption.swift27 public func hash(into hasher: inout Hasher) { in hash()
28 hasher.combine(rawValue) in hash()
/expo/packages/expo-modules-core/android/src/main/cpp/
H A DJavaReferencesCache.h17 std::hash<T> hasher; in hash_combine() local
19 seed ^= hasher(v) + 0x9e3779b9 + (seed << 6) + (seed >> 2); in hash_combine()
/expo/ios/versioned-react-native/ABI49_0_0/ReactNative/React/Fabric/
H A DABI49_0_0RCTSurfaceTouchHandler.mm118 * This is quite trivial but decent implementation of hasher function
H A DABI49_0_0RCTSurfacePointerHandler.mm417 * This is quite trivial but decent implementation of hasher function
/expo/ios/versioned-react-native/ABI47_0_0/ReactNative/React/Fabric/
H A DABI47_0_0RCTSurfaceTouchHandler.mm364 * This is quite trivial but decent implementation of hasher function
/expo/ios/versioned-react-native/ABI48_0_0/ReactNative/React/Fabric/
H A DABI48_0_0RCTSurfaceTouchHandler.mm452 * This is quite trivial but decent implementation of hasher function