Searched refs:DATA_BLOCK (Results 1 – 1 of 1) sorted by relevance
176 DATA_BLOCK = b'Here\000is key\240data' variable in KeyType203 return b''.join([self.DATA_BLOCK] * (length // len(self.DATA_BLOCK)) +204 [self.DATA_BLOCK[:length % len(self.DATA_BLOCK)]])