Searched refs:GetAlgorithm (Results 1 – 3 of 3) sorted by relevance
2235 uint8_t GetAlgorithm(void) const { return mAlgorithm; } in GetAlgorithm() function in ot::Dns::KeyRecord2361 uint8_t GetAlgorithm(void) const { return mAlgorithm; } in GetAlgorithm() function in ot::Dns::SigRecord
1206 GetAlgorithm() == kAlgorithmEcdsaP256Sha256; in IsValid()
1287 …VerifyOrExit(sigRecord.GetAlgorithm() == Dns::KeyRecord::kAlgorithmEcdsaP256Sha256, error = kError… in ProcessAdditionalSection()