Index: interface.h |
diff --git a/interface.h b/interface.h |
index 65044161aa9249a0e001eab7fd74550db5f3f37c..8b7c1d7ed22624735f7cbdfa44ef245597bfef8d 100644 |
--- a/interface.h |
+++ b/interface.h |
@@ -1,4 +1,4 @@ |
-// Copyright (c) 2009 The Chromium OS Authors. All rights reserved. |
+// Copyright (c) 2011 The Chromium OS Authors. All rights reserved. |
// Use of this source code is governed by a BSD-style license that can be |
// found in the LICENSE file. |
#ifndef CRYPTOHOME_INTERFACE_H_ |
@@ -126,6 +126,13 @@ gboolean cryptohome_tpm_can_attempt_ownership(Cryptohome *self, |
GError **error); |
gboolean cryptohome_tpm_clear_stored_password(Cryptohome *self, |
GError **error); |
+gboolean cryptohome_pkcs11_get_tpm_token_info(Cryptohome *self, |
+ gchar **OUT_label, |
+ gchar **OUT_user_pin, |
+ GError **error); |
+gboolean cryptohome_pkcs11_is_tpm_token_ready(Cryptohome *self, |
+ gboolean *OUT_ready, |
+ GError **error); |
gboolean cryptohome_get_status_string(Cryptohome *self, |
gchar **OUT_status, |
GError **error); |