Home
last modified time | relevance | path

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

/openthread-latest/src/core/meshcop/
Dsecure_transport.hpp710 enum CipherSuite : uint8_t enum in ot::MeshCoP::SecureTransport
797 CipherSuite mCipherSuite;
/openthread-latest/tests/scripts/thread-cert/
Ddtls.py306 class CipherSuite(ConvertibleToBytes, BuildableFromBytes): class
396 cipher_suites = VariableVector.from_bytes(CipherSuite, (2, 2**16 - 1), data)
455 cipher_suite = CipherSuite.from_bytes(data)