Searched refs:bytesToHex (Results 1 – 2 of 2) sorted by relevance
242 return bytesToHex(deriveSubkey(PERSONALIZATION_KEY_STORE_PASSWORD)); in deriveKeyStorePassword()319 mSyntheticPassword = bytesToHex(SyntheticPasswordCrypto.personalizedHash( in recreate()1907 static byte[] bytesToHex(byte[] bytes) { in bytesToHex() method in SyntheticPasswordManager
828 assertArrayEquals(expected, SyntheticPasswordManager.bytesToHex(raw)); in testHexEncodingIsUppercase()