Home
last modified time | relevance | path

Searched refs:DATA_BLOCK (Results 1 – 1 of 1) sorted by relevance

/openthread-latest/third_party/mbedtls/repo/scripts/mbedtls_dev/
Dcrypto_knowledge.py176 DATA_BLOCK = b'Here\000is key\240data' variable in KeyType
203 return b''.join([self.DATA_BLOCK] * (length // len(self.DATA_BLOCK)) +
204 [self.DATA_BLOCK[:length % len(self.DATA_BLOCK)]])