summaryrefslogtreecommitdiffstats
path: root/gatekeeperd/IGateKeeperService.h
diff options
context:
space:
mode:
authorAndres Morales <anmorales@google.com>2015-04-09 19:23:48 -0700
committerAndres Morales <anmorales@google.com>2015-04-10 19:56:07 -0700
commit851b57c1f81bd3572cf5908611ba029be934c706 (patch)
tree783505d76341c9b8af324dce165767de2156f60a /gatekeeperd/IGateKeeperService.h
parent9bbd0a5c92ed92c295d2f5ab3befdf3efe490bc9 (diff)
downloadsystem_core-851b57c1f81bd3572cf5908611ba029be934c706.zip
system_core-851b57c1f81bd3572cf5908611ba029be934c706.tar.gz
system_core-851b57c1f81bd3572cf5908611ba029be934c706.tar.bz2
Add challenge to verify call
required for enrolling secondary auth form factors Change-Id: Ia3e1d47f988bca1bb1a0e713c000886e60b4e839
Diffstat (limited to 'gatekeeperd/IGateKeeperService.h')
-rw-r--r--gatekeeperd/IGateKeeperService.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/gatekeeperd/IGateKeeperService.h b/gatekeeperd/IGateKeeperService.h
index 7d8572c..90d3029 100644
--- a/gatekeeperd/IGateKeeperService.h
+++ b/gatekeeperd/IGateKeeperService.h
@@ -51,7 +51,7 @@ public:
* Verifies a password previously enrolled with the GateKeeper.
* Returns 0 on success, negative on failure.
*/
- virtual status_t verify(uint32_t uid,
+ virtual status_t verify(uint32_t uid, uint64_t challenge,
const uint8_t *enrolled_password_handle, uint32_t enrolled_password_handle_length,
const uint8_t *provided_password, uint32_t provided_password_length) = 0;
};