Home
last modified time | relevance | path

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

/loramac-node-3.4.0/src/mac/
DLoRaMacCrypto.c1125 uint16_t nonce = CryptoNvm->DevNonce; in LoRaMacCryptoHandleJoinAccept() local
1142 nonce = RJcount0; in LoRaMacCryptoHandleJoinAccept()
1146 nonce = CryptoNvm->FCntList.RJcount1; in LoRaMacCryptoHandleJoinAccept()
1151 if( SecureElementProcessJoinAccept( joinReqType, joinEUI, nonce, macMsg->Buffer, 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()
1229 retval = DeriveSessionKey11x( APP_S_KEY, currentJoinNonce, joinEUI, nonce ); in LoRaMacCryptoHandleJoinAccept()
1246 retval = DeriveSessionKey10x( APP_S_KEY, currentJoinNonce, netID, nonce ); in LoRaMacCryptoHandleJoinAccept()
1252 retval = DeriveSessionKey10x( NWK_S_ENC_KEY, currentJoinNonce, netID, nonce ); in LoRaMacCryptoHandleJoinAccept()
[all …]
/loramac-node-3.4.0/
DCHANGELOG.md247 - Fixed nonce variable declaration