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;
872 throw new ServiceSpecificException(ERROR_DECRYPTION_FAILED, in decryptRecoveryKey()
876 throw new ServiceSpecificException(ERROR_DECRYPTION_FAILED, in decryptRecoveryKey()
887 throw new ServiceSpecificException(ERROR_DECRYPTION_FAILED, in decryptRecoveryKey()
891 throw new ServiceSpecificException(ERROR_DECRYPTION_FAILED, in decryptRecoveryKey()
924 throw new ServiceSpecificException(ERROR_DECRYPTION_FAILED, in recoverApplicationKeys()
934 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.java235 public static final int ERROR_DECRYPTION_FAILED = 26; field in RecoveryController
/frameworks/base/boot/hiddenapi/
Dhiddenapi-max-target-o.txt47664 Landroid/security/keystore/recovery/RecoveryController;->ERROR_DECRYPTION_FAILED:I