Home
last modified time | relevance | path

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

/openthread-3.4.0/tests/scripts/thread-cert/
Ddtls.py436 compression_method, argument
443 self.compression_method = compression_method
448 … self.cipher_suite.to_bytes() + self.compression_method.to_bytes() + self.extensions.to_bytes())
456 compression_method = CompressionMethod.from_bytes(data)
465 compression_method,