Home
last modified time | relevance | path

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

/openthread-latest/src/core/mac/
Dmac_types.cpp306 SetKeyRef(aOther.GetKeyRef()); in operator =()
317 SetKeyRef(kInvalidKeyRef); in Clear()
337 SetKeyRef(keyRef); in SetFrom()
374 SetKeyRef(kInvalidKeyRef); in DestroyKey()
Dmac_types.hpp512 SetKeyRef(kInvalidKeyRef); in KeyMaterial()
598 void SetKeyRef(KeyRef aKeyRef) { mKeyMaterial.mKeyRef = aKeyRef; } in SetKeyRef() function in ot::Mac::KeyMaterial
/openthread-latest/src/core/crypto/
Decdsa.hpp284 void SetKeyRef(otCryptoKeyRef aKeyRef) { mKeyRef = aKeyRef; } in SetKeyRef() function in ot::Crypto::Ecdsa::P256::KeyPairAsRef
/openthread-latest/src/core/net/
Dsrp_client.cpp1113 …aInfo.mKeyInfo.SetKeyRef(Get<Crypto::Storage::KeyRefManager>().KeyRefFor(Crypto::Storage::KeyRefMa… in PrepareUpdateMessage()