Lines Matching refs:auth
24 auth = ('A' * 15).encode()
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).encode()
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).encode()
65 blob = self.client.seal(self.root_key, data, auth, None)
68 auth[:-1] + 'B'.encode(), None)
78 auth = ('A' * 17).encode()
89 blob = self.client.seal(self.root_key, data, auth, policy_dig)
103 result = self.client.unseal(self.root_key, blob, auth, handle)
122 result = self.client.unseal(self.root_key, blob, auth, handle)
135 auth = ('A' * (ds + 1)).encode()
139 blob = self.client.seal(self.root_key, data, auth, None)