Searched refs:compBaseAppS (Results 1 – 1 of 1) sorted by relevance
1525 uint8_t compBaseAppS[16] = { 0 }; in LoRaMacCryptoDeriveMcSessionKeyPair() local1528 compBaseAppS[0] = 0x01; in LoRaMacCryptoDeriveMcSessionKeyPair()1529 compBaseAppS[1] = mcAddr & 0xFF; in LoRaMacCryptoDeriveMcSessionKeyPair()1530 compBaseAppS[2] = ( mcAddr >> 8 ) & 0xFF; in LoRaMacCryptoDeriveMcSessionKeyPair()1531 compBaseAppS[3] = ( mcAddr >> 16 ) & 0xFF; in LoRaMacCryptoDeriveMcSessionKeyPair()1532 compBaseAppS[4] = ( mcAddr >> 24 ) & 0xFF; in LoRaMacCryptoDeriveMcSessionKeyPair()1540 …if( SecureElementDeriveAndStoreKey( compBaseAppS, curItem->RootKey, curItem->AppSkey ) != SECURE_E… in LoRaMacCryptoDeriveMcSessionKeyPair()