Searched refs:VerifyTxtData (Results 1 – 3 of 3) sorted by relevance
1314 …VerifyOrExit(VerifyTxtData(aTxtBuffer, aTxtBufferSize, /* aAllowEmpty */ true), error = kErrorPars… in ReadTxtData()1320 bool TxtRecord::VerifyTxtData(const uint8_t *aTxtData, uint16_t aTxtLength, bool aAllowEmpty) in VerifyTxtData() function in ot::Dns::TxtRecord
1768 static bool VerifyTxtData(const uint8_t *aTxtData, uint16_t aTxtLength, bool aAllowEmpty);
1976 …VerifyOrExit(Dns::TxtRecord::VerifyTxtData(mTxtData.GetBytes(), mTxtData.GetLength(), /* aAllowEmp… in SetTxtDataFromMessage()