Lines Matching refs:macCryptoStatus
872 LoRaMacCryptoStatus_t macCryptoStatus = LORAMAC_CRYPTO_ERROR; in ProcessRadioRxDone() local
980 …macCryptoStatus = LoRaMacCryptoHandleJoinAccept( JOIN_REQ, SecureElementGetJoinEui( ), &macMsgJoin… in ProcessRadioRxDone()
982 if( LORAMAC_CRYPTO_SUCCESS != macCryptoStatus ) in ProcessRadioRxDone()
984 …macCryptoStatus = LoRaMacCryptoHandleJoinAccept( REJOIN_REQ_0, SecureElementGetJoinEui( ), &macMsg… in ProcessRadioRxDone()
988 if( LORAMAC_CRYPTO_SUCCESS != macCryptoStatus ) in ProcessRadioRxDone()
990 …macCryptoStatus = LoRaMacCryptoHandleJoinAccept( REJOIN_REQ_1, SecureElementGetJoinEui( ), &macMsg… in ProcessRadioRxDone()
994 if( LORAMAC_CRYPTO_SUCCESS != macCryptoStatus ) in ProcessRadioRxDone()
996 …macCryptoStatus = LoRaMacCryptoHandleJoinAccept( REJOIN_REQ_2, SecureElementGetJoinEui( ), &macMsg… in ProcessRadioRxDone()
1000 if( LORAMAC_CRYPTO_SUCCESS == macCryptoStatus ) in ProcessRadioRxDone()
1199 …macCryptoStatus = GetFCntDown( addrID, fType, &macMsgData, Nvm.MacGroup2.Version, &fCntID, &downLi… in ProcessRadioRxDone()
1200 if( macCryptoStatus != LORAMAC_CRYPTO_SUCCESS ) in ProcessRadioRxDone()
1202 if( macCryptoStatus == LORAMAC_CRYPTO_FAIL_FCNT_DUPLICATED ) in ProcessRadioRxDone()
1217 …macCryptoStatus = LoRaMacCryptoUnsecureMessage( addrID, address, fCntID, downLinkCounter, &macMsgD… in ProcessRadioRxDone()
1218 if( macCryptoStatus != LORAMAC_CRYPTO_SUCCESS ) in ProcessRadioRxDone()
1220 if( macCryptoStatus == LORAMAC_CRYPTO_FAIL_ADDRESS ) in ProcessRadioRxDone()
3040 LoRaMacCryptoStatus_t macCryptoStatus = LORAMAC_CRYPTO_ERROR; in SecureFrame() local
3046 macCryptoStatus = LoRaMacCryptoPrepareJoinRequest( &MacCtx.TxMsg.Message.JoinReq ); in SecureFrame()
3047 if( LORAMAC_CRYPTO_SUCCESS != macCryptoStatus ) in SecureFrame()
3054 macCryptoStatus = LoRaMacCryptoPrepareReJoinType1( &MacCtx.TxMsg.Message.ReJoin1 ); in SecureFrame()
3055 if( LORAMAC_CRYPTO_SUCCESS != macCryptoStatus ) in SecureFrame()
3062 … macCryptoStatus = LoRaMacCryptoPrepareReJoinType0or2( &MacCtx.TxMsg.Message.ReJoin0or2 ); in SecureFrame()
3063 if( LORAMAC_CRYPTO_SUCCESS != macCryptoStatus ) in SecureFrame()
3081 … macCryptoStatus = LoRaMacCryptoSecureMessage( fCntUp, txDr, txCh, &MacCtx.TxMsg.Message.Data ); in SecureFrame()
3082 if( LORAMAC_CRYPTO_SUCCESS != macCryptoStatus ) in SecureFrame()