Home
last modified time | relevance | path

Searched refs:F_NWK_S_INT_KEY (Results 1 – 6 of 6) sorted by relevance

/loramac-node-latest/src/peripherals/soft-se/
Dse-identity.h141 ….KeyID = F_NWK_S_INT_KEY, …
/loramac-node-latest/src/peripherals/atecc608a-tnglora-se/
Dse-identity.h155 ….KeyID = F_NWK_S_INT_KEY, …
/loramac-node-latest/src/mac/
DLoRaMacCrypto.c541 case F_NWK_S_INT_KEY: in DeriveSessionKey10x()
594 case F_NWK_S_INT_KEY: in DeriveSessionKey11x()
1211 retval = DeriveSessionKey11x( F_NWK_S_INT_KEY, currentJoinNonce, joinEUI, nonce ); in LoRaMacCryptoHandleJoinAccept()
1258 retval = DeriveSessionKey10x( F_NWK_S_INT_KEY, currentJoinNonce, netID, nonce ); in LoRaMacCryptoHandleJoinAccept()
1350 …macB0( macMsg->Buffer, ( macMsg->BufSize - LORAMAC_MIC_FIELD_SIZE ), F_NWK_S_INT_KEY, macMsg->FHDR… in LoRaMacCryptoSecureMessage()
DLoRaMacTypes.h701 F_NWK_S_INT_KEY, enumerator
DLoRaMac.c4432 … if( LORAMAC_CRYPTO_SUCCESS != LoRaMacCryptoSetKey( F_NWK_S_INT_KEY, mibSet->Param.FNwkSIntKey ) ) in LoRaMacMibSetRequestConfirm()
/loramac-node-latest/src/peripherals/lr1110-se/
Dlr1110-se.c401 case F_NWK_S_INT_KEY: in convert_key_id_from_se_to_lr1110()