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

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: 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') | interface.h » ('J')
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: cryptohome.xml
diff --git a/cryptohome.xml b/cryptohome.xml
index 82d498b5bfb2ebf22fd7187ad6129e8684ab4de5..4b9eaef36f6592f0d271c36f9d475380d2d8ba27 100644
--- a/cryptohome.xml
+++ b/cryptohome.xml
@@ -101,6 +101,14 @@
</method>
<method name="TpmClearStoredPassword">
</method>
+ <method name="Pkcs11IsReady">
+ <arg type="b" name="ready" direction="out" />
+ </method>
+ <method name="Pkcs11GetTpmTokenInfo">
+ <arg type="s" name="label" direction="out" />
+ <arg type="s" name="so_pin" direction="out" />
gauravsh 2011/04/08 21:37:35 update testing instructions in the issue descripti
kmixter1 2011/04/08 21:56:39 Done.
+ <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') | interface.h » ('J')

Powered by Google App Engine
This is Rietveld 408576698