Home
last modified time | relevance | path

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

/external/openthread/src/core/net/
Ddns_dso.hpp140 static constexpr Type kEncryptionPaddingType = 3; ///< Encryption Padding TLV type. member in ot::Dns::Dso::Tlv
945 static constexpr Type kType = kEncryptionPaddingType;
/external/openthread/tests/unit/
Dtest_dso.cpp201 VerifyOrQuit(tlv.GetType() == Dso::Tlv::kEncryptionPaddingType); in ParseTestMessage()
1092 tlv.Init(Dso::Tlv::kEncryptionPaddingType, 0); in TestDso()