Chromium Code Reviews| 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> |