Searched refs:sErrorCodeToFailureInfo (Results 1 – 1 of 1) sorted by relevance
421 PublicErrorInformation errorInfo = sErrorCodeToFailureInfo.get(internalErrorCode); in getErrorInformation()468 private static final Map<Integer, PublicErrorInformation> sErrorCodeToFailureInfo = field in KeyStoreException476 return sErrorCodeToFailureInfo.containsKey(internalErrorCode); in hasFailureInfoForError()481 sErrorCodeToFailureInfo.put(KeymasterDefs.KM_ERROR_OK, GENERAL_KEYMINT_ERROR); in sErrorCodeToFailureInfo.put()482 sErrorCodeToFailureInfo.put(KeymasterDefs.KM_ERROR_ROOT_OF_TRUST_ALREADY_SET, in sErrorCodeToFailureInfo.put()484 sErrorCodeToFailureInfo.put(KeymasterDefs.KM_ERROR_UNSUPPORTED_PURPOSE, in sErrorCodeToFailureInfo.put()486 sErrorCodeToFailureInfo.put(KeymasterDefs.KM_ERROR_INCOMPATIBLE_PURPOSE, in sErrorCodeToFailureInfo.put()488 sErrorCodeToFailureInfo.put(KeymasterDefs.KM_ERROR_UNSUPPORTED_ALGORITHM, in sErrorCodeToFailureInfo.put()490 sErrorCodeToFailureInfo.put(KeymasterDefs.KM_ERROR_INCOMPATIBLE_ALGORITHM, in sErrorCodeToFailureInfo.put()492 sErrorCodeToFailureInfo.put(KeymasterDefs.KM_ERROR_UNSUPPORTED_KEY_SIZE, in sErrorCodeToFailureInfo.put()[all …]