Home
last modified time | relevance | path

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

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