Lines Matching refs:root_key
16 self.root_key = self.client.create_root_key()
19 self.client.flush_context(self.root_key)
26 blob = self.client.seal(self.root_key, data, auth, None)
27 result = self.client.unseal(self.root_key, blob, auth, None)
45 blob = self.client.seal(self.root_key, data, auth, policy_dig)
53 result = self.client.unseal(self.root_key, blob, auth, handle)
65 blob = self.client.seal(self.root_key, data, auth, None)
67 result = self.client.unseal(self.root_key, blob, auth[:-1] + 'B', None)
88 blob = self.client.seal(self.root_key, data, auth, policy_dig)
102 result = self.client.unseal(self.root_key, blob, auth, handle)
121 result = self.client.unseal(self.root_key, blob, auth, handle)
138 blob = self.client.seal(self.root_key, data, auth, None)