Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(3369)

Unified Diff: device/u2f/u2f_apdu_response.h

Issue 2821263005: Add U2F request state machines (Closed)
Patch Set: Call Start before adding devices Created 3 years, 8 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « device/u2f/mock_u2f_device.cc ('k') | device/u2f/u2f_device.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: device/u2f/u2f_apdu_response.h
diff --git a/device/u2f/u2f_apdu_response.h b/device/u2f/u2f_apdu_response.h
index 44bf7d61af1825c75d31a0b838373b67d0de339d..2e5d74eb8c4deadbccef4a06d8d1e8c7ed020eff 100644
--- a/device/u2f/u2f_apdu_response.h
+++ b/device/u2f/u2f_apdu_response.h
@@ -23,6 +23,7 @@ class U2fApduResponse {
SW_NO_ERROR = 0x9000,
SW_CONDITIONS_NOT_SATISFIED = 0x6985,
SW_WRONG_DATA = 0x6A80,
+ SW_WRONG_LENGTH = 0x6700,
};
U2fApduResponse(std::vector<uint8_t> message, Status response_status);
« no previous file with comments | « device/u2f/mock_u2f_device.cc ('k') | device/u2f/u2f_device.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698