Lines Matching refs:auth
24 auth = 'A' * 15
26 blob = self.client.seal(self.root_key, data, auth, None)
27 result = self.client.unseal(self.root_key, blob, auth, None)
34 auth = 'A' * 15
45 blob = self.client.seal(self.root_key, data, auth, policy_dig)
53 result = self.client.unseal(self.root_key, blob, auth, handle)
62 auth = 'A' * 20
65 blob = self.client.seal(self.root_key, data, auth, None)
67 result = self.client.unseal(self.root_key, blob, auth[:-1] + 'B', None)
77 auth = 'A' * 17
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)
134 auth = 'A' * (ds + 1)
138 blob = self.client.seal(self.root_key, data, auth, None)