Home
last modified time | relevance | path

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

/aosp_15_r20/external/openthread/src/core/net/
H A Ddns_types.cpp1200 SetAlgorithm(kAlgorithmEcdsaP256Sha256); in Init()
1206 GetAlgorithm() == kAlgorithmEcdsaP256Sha256; in IsValid()
H A Dsrp_client.cpp1565 key.SetAlgorithm(Dns::KeyRecord::kAlgorithmEcdsaP256Sha256); in AppendKeyRecord()
1678 sig.SetAlgorithm(Dns::KeyRecord::kAlgorithmEcdsaP256Sha256); in AppendSignature()
H A Dsrp_advertising_proxy.cpp1110 keyRecord.SetAlgorithm(Dns::KeyRecord::kAlgorithmEcdsaP256Sha256); in RegisterKey()
H A Ddns_types.hpp2100 static constexpr uint8_t kAlgorithmEcdsaP256Sha256 = 13; ///< ECDSA-P256-SHA256 algorithm. member in ot::Dns::KeyRecord
H A Dsrp_server.cpp1287 …VerifyOrExit(sigRecord.GetAlgorithm() == Dns::KeyRecord::kAlgorithmEcdsaP256Sha256, error = kError… in ProcessAdditionalSection()