Home
last modified time | relevance | path

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

/openthread-latest/src/core/net/
Ddns_dso.hpp130 static constexpr Type kEncryptionPaddingType = 3; ///< Encryption Padding TLV type. member in ot::Dns::Dso::Tlv
892 static constexpr Type kType = kEncryptionPaddingType;
/openthread-latest/tests/unit/
Dtest_dso.cpp197 VerifyOrQuit(tlv.GetType() == Dso::Tlv::kEncryptionPaddingType); in ParseTestMessage()
1088 tlv.Init(Dso::Tlv::kEncryptionPaddingType, 0); in TestDso()