Searched refs:DeriveSessionKey11x (Results  1 – 2 of 2) sorted by relevance
| /loramac-node-latest/src/mac/ | 
| D | LoRaMacCrypto.c | 582 static LoRaMacCryptoStatus_t DeriveSessionKey11x( KeyIdentifier_t keyID, uint32_t joinNonce, uint8_…  in DeriveSessionKey11x()  function 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()
  | 
| /loramac-node-latest/ | 
| D | CHANGELOG.md | 300 - Changed DeriveSessionKey10x and DeriveSessionKey11x functions API (Removed pointer based variable…
  |