Searched refs:kEncryptionPaddingType (Results 1 – 2 of 2) sorted by relevance
140 static constexpr Type kEncryptionPaddingType = 3; ///< Encryption Padding TLV type. member in ot::Dns::Dso::Tlv945 static constexpr Type kType = kEncryptionPaddingType;
201 VerifyOrQuit(tlv.GetType() == Dso::Tlv::kEncryptionPaddingType); in ParseTestMessage()1092 tlv.Init(Dso::Tlv::kEncryptionPaddingType, 0); in TestDso()