Searched refs:syntheticPassword (Results 1 – 1 of 1) sorted by relevance
147 private @NonNull String syntheticPassword; field in SyntheticPasswordManager.AuthenticationToken151 PERSONALIZATION_KEY_STORE_PASSWORD, syntheticPassword.getBytes())); in deriveKeyStorePassword()156 syntheticPassword.getBytes()); in deriveGkPassword()161 syntheticPassword.getBytes()); in deriveDiskEncryptionKey()166 syntheticPassword.getBytes()); in deriveVendorAuthSecret()171 syntheticPassword.getBytes()); in derivePasswordHashFactor()176 this.syntheticPassword = String.valueOf(HexEncoding.encode( in initialize()179 this.E0 = SyntheticPasswordCrypto.encrypt(this.syntheticPassword.getBytes(), in initialize()198 return SyntheticPasswordCrypto.decrypt(syntheticPassword.getBytes(), PERSONALIZATION_E0, in computeP0()801 secret = authToken.syntheticPassword.getBytes(); in createSyntheticPasswordBlob()[all …]