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

Unified Diff: cryptohome.xml

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 | « SConstruct ('k') | interface.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: cryptohome.xml
diff --git a/cryptohome.xml b/cryptohome.xml
index 82d498b5bfb2ebf22fd7187ad6129e8684ab4de5..f6a7a20319db2f71f954f732f5a9a6a0fb3e7b13 100644
--- a/cryptohome.xml
+++ b/cryptohome.xml
@@ -1,5 +1,9 @@
<?xml version="1.0" encoding="UTF-8" ?>
-<!-- COPYRIGHT HERE
+<!--
+ 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.
+
dbus-binding-tool -mode=glib-server -prefix=cryptohome cryptohome.xml
&gt; bindings/server.h
-->
@@ -101,6 +105,13 @@
</method>
<method name="TpmClearStoredPassword">
</method>
+ <method name="Pkcs11IsTpmTokenReady">
+ <arg type="b" name="ready" direction="out" />
+ </method>
+ <method name="Pkcs11GetTpmTokenInfo">
+ <arg type="s" name="label" direction="out" />
+ <arg type="s" name="user_pin" direction="out" />
+ </method>
<method name="GetStatusString">
<arg type="s" name="status" direction="out" />
</method>
« no previous file with comments | « SConstruct ('k') | interface.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698