Home
last modified time | relevance | path

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

/external/openthread/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.hpp514 SetKeyRef(kInvalidKeyRef); in KeyMaterial()
600 void SetKeyRef(KeyRef aKeyRef) { mKeyMaterial.mKeyRef = aKeyRef; } in SetKeyRef() function in ot::Mac::KeyMaterial
/external/openthread/src/core/crypto/
Decdsa.hpp284 void SetKeyRef(otCryptoKeyRef aKeyRef) { mKeyRef = aKeyRef; } in SetKeyRef() function in ot::Crypto::Ecdsa::P256::KeyPairAsRef
/external/openthread/src/core/net/
Dsrp_client.cpp1113 …aInfo.mKeyInfo.SetKeyRef(Get<Crypto::Storage::KeyRefManager>().KeyRefFor(Crypto::Storage::KeyRefMa… in PrepareUpdateMessage()