Searched refs:KM_ERROR_KEY_USER_NOT_AUTHENTICATED (Results 1 – 2 of 2) sorted by relevance
186 public static final int KM_ERROR_KEY_USER_NOT_AUTHENTICATED = -26; field in KeymasterDefs250 sErrorCodeToString.put(KM_ERROR_KEY_USER_NOT_AUTHENTICATED, "Key user not authenticated"); in sErrorCodeToString.put() argument
857 case KeymasterDefs.KM_ERROR_KEY_USER_NOT_AUTHENTICATED: in getInvalidKeyException()