Home
last modified time | relevance | path

Searched refs:mCurrKey (Results 1 – 7 of 7) sorted by relevance

/openthread-latest/src/core/mac/
Dsub_mac.hpp434 const KeyMaterial &GetCurrentMacKey(void) const { return mCurrKey; } in GetCurrentMacKey()
456 mCurrKey.Clear(); in ClearMacKeys()
656 KeyMaterial mCurrKey; member in ot::Mac::SubMac
Dsub_mac.cpp89 mCurrKey.Clear(); in Init()
936 mCurrKey = aCurrKey; in SetMacKey()
/openthread-latest/examples/platforms/utils/
Dmac_frame.h355 otMacKeyMaterial mCurrKey; member
Dmac_frame.cpp337 key = &aRadioContext->mCurrKey; in otMacFrameProcessTransmitSecurity()
357 key = &aRadioContext->mCurrKey; in otMacFrameProcessTransmitSecurity()
/openthread-latest/src/lib/spinel/
Dradio_spinel.hpp1280 otMacKey mCurrKey; member in ot::Spinel::RadioSpinel
Dradio_spinel.cpp928 mCurrKey = aCurrKey; in SetMacKey()
2188 … mKeyIdMode, mKeyId, mPrevKey.m8, sizeof(otMacKey), mCurrKey.m8, sizeof(otMacKey), mNextKey.m8, in RestoreProperties()
/openthread-latest/examples/platforms/simulation/
Dradio.c1163 memcpy(&sRadioContext.mCurrKey, aCurrKey, sizeof(otMacKeyMaterial)); in otPlatRadioSetMacKey()