Home
last modified time | relevance | path

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

/loramac-node-latest/src/mac/
DLoRaMacCrypto.c248 if( SecureElementAesEncrypt( aBlock, 16, NWK_S_ENC_KEY, sBlock ) != SECURE_ELEMENT_SUCCESS ) in FOptsEncrypt()
543 case NWK_S_ENC_KEY: in DeriveSessionKey10x()
600 case NWK_S_ENC_KEY: in DeriveSessionKey11x()
1223 retval = DeriveSessionKey11x( NWK_S_ENC_KEY, currentJoinNonce, joinEUI, nonce ); in LoRaMacCryptoHandleJoinAccept()
1252 retval = DeriveSessionKey10x( NWK_S_ENC_KEY, currentJoinNonce, netID, nonce ); in LoRaMacCryptoHandleJoinAccept()
1306 payloadDecryptionKeyID = NWK_S_ENC_KEY; in LoRaMacCryptoSecureMessage()
1363 …CmacB0( macMsg->Buffer, ( macMsg->BufSize - LORAMAC_MIC_FIELD_SIZE ), NWK_S_ENC_KEY, false, UPLINK… in LoRaMacCryptoSecureMessage()
1439 payloadDecryptionKeyID = NWK_S_ENC_KEY; in LoRaMacCryptoUnsecureMessage()
DLoRaMacTypes.h709 NWK_S_ENC_KEY, enumerator
DLoRaMac.c4462 … if( LORAMAC_CRYPTO_SUCCESS != LoRaMacCryptoSetKey( NWK_S_ENC_KEY, mibSet->Param.NwkSEncKey ) ) in LoRaMacMibSetRequestConfirm()
/loramac-node-latest/src/peripherals/soft-se/
Dse-identity.h159 ….KeyID = NWK_S_ENC_KEY, …
/loramac-node-latest/src/peripherals/atecc608a-tnglora-se/
Dse-identity.h173 ….KeyID = NWK_S_ENC_KEY, …
/loramac-node-latest/src/peripherals/lr1110-se/
Dlr1110-se.c407 case NWK_S_ENC_KEY: in convert_key_id_from_se_to_lr1110()