Home
last modified time | relevance | path

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

/mbedtls-3.5.0/scripts/mbedtls_dev/
Dcrypto_knowledge.py181 DATA_BLOCK = b'Here\000is key\240data' variable in KeyType
208 return b''.join([self.DATA_BLOCK] * (length // len(self.DATA_BLOCK)) +
209 [self.DATA_BLOCK[:length % len(self.DATA_BLOCK)]])