Searched refs:DeriveSessionKey10x (Results 1 – 2 of 2) sorted by relevance
/loramac-node-3.4.0/src/mac/ |
D | LoRaMacCrypto.c | 535 static LoRaMacCryptoStatus_t DeriveSessionKey10x( KeyIdentifier_t keyID, uint32_t joinNonce, uint32… in DeriveSessionKey10x() function 1246 retval = DeriveSessionKey10x( APP_S_KEY, currentJoinNonce, netID, nonce ); in LoRaMacCryptoHandleJoinAccept() 1252 retval = DeriveSessionKey10x( NWK_S_ENC_KEY, currentJoinNonce, netID, nonce ); in LoRaMacCryptoHandleJoinAccept() 1258 retval = DeriveSessionKey10x( F_NWK_S_INT_KEY, currentJoinNonce, netID, nonce ); in LoRaMacCryptoHandleJoinAccept() 1264 retval = DeriveSessionKey10x( S_NWK_S_INT_KEY, currentJoinNonce, netID, nonce ); in LoRaMacCryptoHandleJoinAccept()
|
/loramac-node-3.4.0/ |
D | CHANGELOG.md | 238 - Changed DeriveSessionKey10x and DeriveSessionKey11x functions API (Removed pointer based variable…
|