Searched refs:APPLICATION_ID_PERSONALIZATION (Results 1 - 1 of 1) sorted by relevance

/frameworks/base/services/core/java/com/android/server/
H A DSyntheticPasswordCrypto.java47 private static final byte[] APPLICATION_ID_PERSONALIZATION = "application-id".getBytes(); field in class:SyntheticPasswordCrypto
121 byte[] intermediate = decrypt(applicationId, APPLICATION_ID_PERSONALIZATION, blob);
154 return encrypt(applicationId, APPLICATION_ID_PERSONALIZATION, intermediate);

Completed in 65 milliseconds