Home
last modified time | relevance | path

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

/loramac-node-3.6.0-3.5.0/src/mac/
DLoRaMacCrypto.c986 KeyIdentifier_t micComputationKeyID = NWK_KEY; in LoRaMacCryptoPrepareJoinRequest() local
1017 …g->Buffer, ( LORAMAC_JOIN_REQ_MSG_SIZE - LORAMAC_MIC_FIELD_SIZE ), micComputationKeyID, &macMsg->M… in LoRaMacCryptoPrepareJoinRequest()
1395 KeyIdentifier_t micComputationKeyID = S_NWK_S_INT_KEY; in LoRaMacCryptoUnsecureMessage() local
1412 micComputationKeyID = curItem->NwkSkey; in LoRaMacCryptoUnsecureMessage()
1429 …cB0( macMsg->Buffer, ( macMsg->BufSize - LORAMAC_MIC_FIELD_SIZE ), micComputationKeyID, isAck, DOW… in LoRaMacCryptoUnsecureMessage()