Home
last modified time | relevance | path

Searched defs:byteCount (Results 1 – 4 of 4) sorted by relevance

/expo/packages/expo-random/build/
H A DRandom.js22 export function getRandomBytes(byteCount) { argument
54 export async function getRandomBytesAsync(byteCount) { argument
/expo/packages/expo-crypto/build/
H A DCrypto.js20 export function getRandomBytes(byteCount) { argument
51 export async function getRandomBytesAsync(byteCount) { argument
/expo/packages/expo-secure-store/src/
H A DSecureStore.ts230 function byteCount(value: string) { function
/expo/packages/expo-secure-store/build/
H A DSecureStore.js150 function byteCount(value) { function