Searched refs:KEY_NOT_FOUND (Results 1 – 9 of 9) sorted by relevance
41 public static final int KEY_NOT_FOUND = ResponseCode.KEY_NOT_FOUND; field in AndroidKeyStoreMaintenance
387 case ResponseCode.KEY_NOT_FOUND: in getKeyStoreException()
671 sErrorCodeToFailureInfo.put(ResponseCode.KEY_NOT_FOUND, in sErrorCodeToFailureInfo.put() argument
117 case ResponseCode.KEY_NOT_FOUND: in getInvalidKeyException()
132 == ResponseCode.KEY_NOT_FOUND) { in engineGetKey()172 if (e.getErrorCode() != ResponseCode.KEY_NOT_FOUND) { in getKeyMetadata()1106 if (e.getErrorCode() != ResponseCode.KEY_NOT_FOUND) { in engineDeleteEntry()
381 case ResponseCode.KEY_NOT_FOUND: in loadAndroidKeyStoreKeyFromKeystore()
726 if (e.getErrorCode() != ResponseCode.KEY_NOT_FOUND) { in generateKeyPair()
288 } else if (err == AndroidKeyStoreMaintenance.KEY_NOT_FOUND) { in migrateLockSettingsKey()
47787 Landroid/security/KeyStore;->KEY_NOT_FOUND:I