Home
last modified time | relevance | path

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

/openthread-3.6.0/src/core/mac/
Dmac_types.cpp275 SetKeyRef(aOther.GetKeyRef()); in operator =()
286 SetKeyRef(kInvalidKeyRef); in Clear()
306 SetKeyRef(keyRef); in SetFrom()
343 SetKeyRef(kInvalidKeyRef); in DestroyKey()
Dmac_types.hpp543 SetKeyRef(kInvalidKeyRef); in KeyMaterial()
637 void SetKeyRef(KeyRef aKeyRef) { mKeyMaterial.mKeyRef = aKeyRef; } in SetKeyRef() function in ot::Mac::KeyMaterial
/openthread-3.6.0/src/core/crypto/
Decdsa.hpp306 void SetKeyRef(otCryptoKeyRef aKeyRef) { mKeyRef = aKeyRef; } in SetKeyRef() function in ot::Crypto::Ecdsa::P256::KeyPairAsRef
/openthread-3.6.0/src/core/net/
Dsrp_client.cpp899 info.mKeyRef.SetKeyRef(kSrpEcdsaKeyRef); in PrepareUpdateMessage()