Home
last modified time | relevance | path

Searched defs:SetKeyRef (Results 1 – 2 of 2) sorted by relevance

/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/mac/
Dmac_types.hpp598 void SetKeyRef(KeyRef aKeyRef) { mKeyMaterial.mKeyRef = aKeyRef; } in SetKeyRef() function in ot::Mac::KeyMaterial