Upstream version 10.39.225.0
[platform/framework/web/crosswalk.git] / src / third_party / cros_system_api / dbus / cryptohome / rpc.proto
index 01dfe93..476d6ae 100644 (file)
@@ -189,3 +189,14 @@ message SetBootAttributeRequest {
 
 message FlushAndSignBootAttributesRequest {
 }
+
+message ListKeysRequest {
+  // The default behavior is by label so any extension here should honor that.
+}
+
+message ListKeysReply {
+  extend BaseReply {
+    optional ListKeysReply reply = 1004;
+  }
+  repeated string labels = 1;
+}