Home
last modified time | relevance | path

Searched refs:SetAlgorithm (Results 1 – 4 of 4) sorted by relevance

/aosp_15_r20/external/openthread/src/core/net/
H A Ddns_types.hpp2243 void SetAlgorithm(uint8_t aAlgorithm) { mAlgorithm = aAlgorithm; } in SetAlgorithm() function in ot::Dns::KeyRecord
2369 void SetAlgorithm(uint8_t aAlgorithm) { mAlgorithm = aAlgorithm; } in SetAlgorithm() function in ot::Dns::SigRecord
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.cpp1200 SetAlgorithm(kAlgorithmEcdsaP256Sha256); in Init()