Home
last modified time | relevance | path

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

/loramac-node-3.4.0/src/mac/
DLoRaMacCrypto.c1526 uint8_t compBaseNwkS[16] = { 0 }; in LoRaMacCryptoDeriveMcSessionKeyPair() local
1534 compBaseNwkS[0] = 0x02; in LoRaMacCryptoDeriveMcSessionKeyPair()
1535 compBaseNwkS[1] = mcAddr & 0xFF; in LoRaMacCryptoDeriveMcSessionKeyPair()
1536 compBaseNwkS[2] = ( mcAddr >> 8 ) & 0xFF; in LoRaMacCryptoDeriveMcSessionKeyPair()
1537 compBaseNwkS[3] = ( mcAddr >> 16 ) & 0xFF; in LoRaMacCryptoDeriveMcSessionKeyPair()
1538 compBaseNwkS[4] = ( mcAddr >> 24 ) & 0xFF; in LoRaMacCryptoDeriveMcSessionKeyPair()
1545 …if( SecureElementDeriveAndStoreKey( compBaseNwkS, curItem->RootKey, curItem->NwkSkey ) != SECURE_E… in LoRaMacCryptoDeriveMcSessionKeyPair()