Home
last modified time | relevance | path

Searched refs:kAlgorithmEcdsaP256Sha256 (Results 1 – 5 of 5) sorted by relevance

/openthread-latest/src/core/net/
Ddns_types.cpp1194 SetAlgorithm(kAlgorithmEcdsaP256Sha256); in Init()
1200 GetAlgorithm() == kAlgorithmEcdsaP256Sha256; in IsValid()
Dsrp_client.cpp1582 key.SetAlgorithm(Dns::KeyRecord::kAlgorithmEcdsaP256Sha256); in AppendKeyRecord()
1695 sig.SetAlgorithm(Dns::KeyRecord::kAlgorithmEcdsaP256Sha256); in AppendSignature()
Dsrp_advertising_proxy.cpp1104 keyRecord.SetAlgorithm(Dns::KeyRecord::kAlgorithmEcdsaP256Sha256); in RegisterKey()
Ddns_types.hpp1953 static constexpr uint8_t kAlgorithmEcdsaP256Sha256 = 13; ///< ECDSA-P256-SHA256 algorithm. member in ot::Dns::KeyRecord
Dsrp_server.cpp1276 …VerifyOrExit(sigRecord.GetAlgorithm() == Dns::KeyRecord::kAlgorithmEcdsaP256Sha256, error = kError… in ProcessAdditionalSection()