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

Unified Diff: interface.h

Issue 6823012: cryptohome: Add stub functions to query PKCS11 set up status (Closed) Base URL: ssh://git@gitrw.chromium.org:9222/cryptohome.git@master
Patch Set: word wrap Created 9 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 | « cryptohome.xml ('k') | interface.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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);
« no previous file with comments | « cryptohome.xml ('k') | interface.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698