Searched refs:currentJoinNonce (Results 1 – 1 of 1) sorted by relevance
1166 uint32_t currentJoinNonce; in LoRaMacCryptoHandleJoinAccept() local1169 currentJoinNonce = ( uint32_t )macMsg->JoinNonce[0]; in LoRaMacCryptoHandleJoinAccept()1170 currentJoinNonce |= ( ( uint32_t )macMsg->JoinNonce[1] << 8 ); in LoRaMacCryptoHandleJoinAccept()1171 currentJoinNonce |= ( ( uint32_t )macMsg->JoinNonce[2] << 16 ); in LoRaMacCryptoHandleJoinAccept()1176 isJoinNonceOk = IsJoinNonce11xOk( currentJoinNonce ); in LoRaMacCryptoHandleJoinAccept()1181 isJoinNonceOk = IsJoinNonce10xOk( currentJoinNonce ); in LoRaMacCryptoHandleJoinAccept()1186 CryptoNvm->JoinNonce = currentJoinNonce; in LoRaMacCryptoHandleJoinAccept()1211 retval = DeriveSessionKey11x( F_NWK_S_INT_KEY, currentJoinNonce, joinEUI, nonce ); in LoRaMacCryptoHandleJoinAccept()1217 retval = DeriveSessionKey11x( S_NWK_S_INT_KEY, currentJoinNonce, joinEUI, nonce ); in LoRaMacCryptoHandleJoinAccept()1223 retval = DeriveSessionKey11x( NWK_S_ENC_KEY, currentJoinNonce, joinEUI, nonce ); in LoRaMacCryptoHandleJoinAccept()[all …]