Home
last modified time | relevance | path

Searched refs:HEX (Results 1 – 25 of 27) sorted by relevance

12

/expo/packages/expo-crypto/android/src/main/java/expo/modules/crypto/
H A DDigestOptions.kt9 var encoding: Encoding = Encoding.HEX
12 HEX("hex"),
H A DCryptoModule.kt42 DigestOptions.Encoding.HEX -> { in <lambda>()
/expo/android/versioned-abis/expoview-abi49_0_0/src/main/java/abi49_0_0/expo/modules/crypto/
H A DDigestOptions.kt9 var encoding: Encoding = Encoding.HEX
12 HEX("hex"),
H A DCryptoModule.kt42 DigestOptions.Encoding.HEX -> { in <lambda>()
/expo/android/versioned-abis/expoview-abi47_0_0/src/main/java/abi47_0_0/expo/modules/crypto/
H A DDigestOptions.kt9 var encoding: Encoding = Encoding.HEX
12 HEX("hex"),
H A DCryptoModule.kt24 DigestOptions.Encoding.HEX -> { in <lambda>()
/expo/android/versioned-abis/expoview-abi48_0_0/src/main/java/abi48_0_0/expo/modules/crypto/
H A DDigestOptions.kt9 var encoding: Encoding = Encoding.HEX
12 HEX("hex"),
H A DCryptoModule.kt42 DigestOptions.Encoding.HEX -> { in <lambda>()
/expo/packages/expo-crypto/src/__tests__/
H A DCrypto-test.native.ts8 encoding: Crypto.CryptoEncoding.HEX,
15 encoding: Crypto.CryptoEncoding.HEX,
/expo/packages/expo-crypto/src/
H A DCrypto.types.ts42 HEX = 'hex', enumerator
H A DExpoCrypto.web.ts25 if (options.encoding === CryptoEncoding.HEX) {
H A DCrypto.ts133 options: CryptoDigestOptions = { encoding: CryptoEncoding.HEX }
/expo/packages/expo-crypto/build/
H A DCrypto.types.d.ts39 HEX = "hex", enumerator
H A DExpoCrypto.web.js15 if (options.encoding === CryptoEncoding.HEX) {
H A DCrypto.js109 export async function digestStringAsync(algorithm, data, options = { encoding: CryptoEncoding.HEX }…
H A DCrypto.types.js.map1 … */\n MD5 = 'MD5',\n}\n\n// @needsAudit\nexport enum CryptoEncoding {\n HEX = 'hex',\n /**\n …
H A DExpoCrypto.web.js.map1 …le.digest(algorithm, buffer);\n if (options.encoding === CryptoEncoding.HEX) {\n return he…
H A DCrypto.js.map1HEX` string.\n * On web, this method can only be called from a secure origin (HTTPS) otherwise, an…
/expo/packages/expo-crypto/android/src/test/java/expo/modules/crypto/
H A DExpectedEncodingResults.kt5 DigestOptions.Encoding.HEX to mapOf(
H A DCryptoModuleTest.kt40 val options = DigestOptions().apply { encoding = DigestOptions.Encoding.HEX } in digestStringAsync()
/expo/apps/test-suite/tests/
H A DCrypto.js24 [CryptoEncoding.HEX]: {
99 const hex = valueMapping[CryptoEncoding.HEX][algorithm];
/expo/packages/expo-auth-session/build/
H A DPKCE.js54 encoding: Crypto.CryptoEncoding.HEX,
/expo/packages/expo-auth-session/src/
H A DPKCE.ts67 encoding: Crypto.CryptoEncoding.HEX,
/expo/ios/Exponent/Kernel/Views/Loading/
H A DEXManagedAppSplashScreenConfigurationBuilder.m32 …// TODO: (@bbarthec) backgroundColor is recommended to be in HEX format for now, but it should be …
/expo/apps/native-component-list/src/screens/
H A DCryptoScreen.tsx89 values: [CryptoEncoding.BASE64, CryptoEncoding.HEX],

12