Home
last modified time | relevance | path

Searched refs:ERROR_DECRYPTION_FAILED (Results 1 – 4 of 4) sorted by relevance

/frameworks/base/services/core/java/com/android/server/locksettings/recoverablekeystore/
DRecoverableKeyStoreManager.java20 import static android.security.keystore.recovery.RecoveryController.ERROR_DECRYPTION_FAILED;
836 throw new ServiceSpecificException(ERROR_DECRYPTION_FAILED, in decryptRecoveryKey()
840 throw new ServiceSpecificException(ERROR_DECRYPTION_FAILED, in decryptRecoveryKey()
851 throw new ServiceSpecificException(ERROR_DECRYPTION_FAILED, in decryptRecoveryKey()
855 throw new ServiceSpecificException(ERROR_DECRYPTION_FAILED, in decryptRecoveryKey()
888 throw new ServiceSpecificException(ERROR_DECRYPTION_FAILED, in recoverApplicationKeys()
898 throw new ServiceSpecificException(ERROR_DECRYPTION_FAILED, in recoverApplicationKeys()
/frameworks/base/core/java/android/security/keystore/recovery/
DRecoverySession.java157 if (e.errorCode == RecoveryController.ERROR_DECRYPTION_FAILED) { in recoverKeyChainSnapshot()
DRecoveryController.java233 public static final int ERROR_DECRYPTION_FAILED = 26; field in RecoveryController
/frameworks/base/config/
Dhiddenapi-greylist-max-o.txt62219 Landroid/security/keystore/recovery/RecoveryController;->ERROR_DECRYPTION_FAILED:I