From 6034309d9caa185c406def66bd4a7b71ea4b6409 Mon Sep 17 00:00:00 2001 From: Andres Morales Date: Thu, 9 Apr 2015 19:01:10 -0700 Subject: Add challenge to GateKeeper needed for enrollment of auxiliary authenticators Change-Id: Id2d567fc2736dc7c1960b337b4d4d0d93219ccfc --- include/gatekeeper/gatekeeper.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'include/gatekeeper/gatekeeper.h') diff --git a/include/gatekeeper/gatekeeper.h b/include/gatekeeper/gatekeeper.h index 10f8791..2ba148a 100644 --- a/include/gatekeeper/gatekeeper.h +++ b/include/gatekeeper/gatekeeper.h @@ -133,7 +133,7 @@ private: * Also returns the length in length if it is not null. */ void MintAuthToken(UniquePtr *auth_token, uint32_t *length, uint32_t timestamp, - secure_id_t user_id, secure_id_t authenticator_id); + secure_id_t user_id, secure_id_t authenticator_id, uint64_t challenge); /** * Verifies that handle matches password HMAC'ed with the password_key -- cgit v1.2.3