Searched refs:addrID (Results 1 – 3 of 3) sorted by relevance
/loramac-node-3.7.0/src/mac/ |
D | LoRaMacCrypto.h | 296 LoRaMacCryptoStatus_t LoRaMacCryptoUnsecureMessage( AddressIdentifier_t addrID, uint32_t address, F… 333 LoRaMacCryptoStatus_t LoRaMacCryptoDeriveMcSessionKeyPair( AddressIdentifier_t addrID, uint32_t mcA…
|
D | LoRaMacCrypto.c | 513 static LoRaMacCryptoStatus_t GetKeyAddrItem( AddressIdentifier_t addrID, KeyAddr_t** item ) in GetKeyAddrItem() argument 517 if( KeyAddrList[i].AddrID == addrID ) in GetKeyAddrItem() 1381 LoRaMacCryptoStatus_t LoRaMacCryptoUnsecureMessage( AddressIdentifier_t addrID, uint32_t address, F… in LoRaMacCryptoUnsecureMessage() argument 1405 retval = GetKeyAddrItem( addrID, &curItem ); in LoRaMacCryptoUnsecureMessage() 1450 if( addrID == UNICAST_DEV_ADDR ) in LoRaMacCryptoUnsecureMessage() 1505 LoRaMacCryptoStatus_t LoRaMacCryptoDeriveMcSessionKeyPair( AddressIdentifier_t addrID, uint32_t mcA… in LoRaMacCryptoDeriveMcSessionKeyPair() argument 1516 retval = GetKeyAddrItem( addrID, &curItem ); in LoRaMacCryptoDeriveMcSessionKeyPair()
|
D | LoRaMac.c | 381 static LoRaMacCryptoStatus_t GetFCntDown( AddressIdentifier_t addrID, FType_t fType, LoRaMacMessage… 886 AddressIdentifier_t addrID = UNICAST_DEV_ADDR; in ProcessRadioRxDone() local 1177 addrID = Nvm.MacGroup2.MulticastChannelList[i].ChannelParams.GroupID; in ProcessRadioRxDone() 1199 …macCryptoStatus = GetFCntDown( addrID, fType, &macMsgData, Nvm.MacGroup2.Version, &fCntID, &downLi… in ProcessRadioRxDone() 1217 …macCryptoStatus = LoRaMacCryptoUnsecureMessage( addrID, address, fCntID, downLinkCounter, &macMsgD… in ProcessRadioRxDone() 1973 static LoRaMacCryptoStatus_t GetFCntDown( AddressIdentifier_t addrID, FType_t fType, LoRaMacMessage… in GetFCntDown() argument 1983 switch( addrID ) in GetFCntDown()
|