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