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

/frameworks/base/core/java/android/content/pm/
H A DContainerEncryptionParams.java224 if (!isSecretKeyEqual(mEncryptionKey, other.mEncryptionKey)
225 || !isSecretKeyEqual(mMacKey, other.mMacKey)) {
237 private static final boolean isSecretKeyEqual(SecretKey key1, SecretKey key2) { method in class:ContainerEncryptionParams

Completed in 606 milliseconds