Lines Matching refs:fCntID

190 …sEncrypt( uint16_t size, uint32_t address, uint8_t dir, FCntIdentifier_t fCntID, uint32_t frameCou…  in FOptsEncrypt()  argument
206 switch( fCntID ) in FOptsEncrypt()
675 static LoRaMacCryptoStatus_t GetLastFcntDown( FCntIdentifier_t fCntID, uint32_t* lastDown ) in GetLastFcntDown() argument
681 switch( fCntID ) in GetLastFcntDown()
726 static bool CheckFCntDown( FCntIdentifier_t fCntID, uint32_t currentDown ) in CheckFCntDown() argument
729 if( GetLastFcntDown( fCntID, &lastDown ) != LORAMAC_CRYPTO_SUCCESS ) in CheckFCntDown()
753 static void UpdateFCntDown( FCntIdentifier_t fCntID, uint32_t currentDown ) in UpdateFCntDown() argument
755 switch( fCntID ) in UpdateFCntDown()
875 LoRaMacCryptoStatus_t LoRaMacCryptoGetFCntDown( FCntIdentifier_t fCntID, uint32_t frameFcnt, uint32… in LoRaMacCryptoGetFCntDown() argument
886 cryptoStatus = GetLastFcntDown( fCntID, &lastDown ); in LoRaMacCryptoGetFCntDown()
920 LoRaMacCryptoStatus_t LoRaMacCryptoGetRJcount( FCntIdentifier_t fCntID, uint16_t* rJcount ) in LoRaMacCryptoGetRJcount() argument
927 switch( fCntID ) in LoRaMacCryptoGetRJcount()
1381 …eMessage( AddressIdentifier_t addrID, uint32_t address, FCntIdentifier_t fCntID, uint32_t fCntDown… in LoRaMacCryptoUnsecureMessage() argument
1388 if( CheckFCntDown( fCntID, fCntDown ) == false ) in LoRaMacCryptoUnsecureMessage()
1453 …retval = FOptsEncrypt( macMsg->FHDR.FCtrl.Bits.FOptsLen, address, DOWNLINK, fCntID, fCntDown, macM… in LoRaMacCryptoUnsecureMessage()
1462 UpdateFCntDown( fCntID, fCntDown ); in LoRaMacCryptoUnsecureMessage()