Searched refs:NWK_S_ENC_KEY (Results 1 – 6 of 6) sorted by relevance
/loramac-node-latest/src/mac/ |
D | LoRaMacCrypto.c | 248 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()
|
D | LoRaMacTypes.h | 709 NWK_S_ENC_KEY, enumerator
|
D | LoRaMac.c | 4462 … if( LORAMAC_CRYPTO_SUCCESS != LoRaMacCryptoSetKey( NWK_S_ENC_KEY, mibSet->Param.NwkSEncKey ) ) in LoRaMacMibSetRequestConfirm()
|
/loramac-node-latest/src/peripherals/soft-se/ |
D | se-identity.h | 159 ….KeyID = NWK_S_ENC_KEY, …
|
/loramac-node-latest/src/peripherals/atecc608a-tnglora-se/ |
D | se-identity.h | 173 ….KeyID = NWK_S_ENC_KEY, …
|
/loramac-node-latest/src/peripherals/lr1110-se/ |
D | lr1110-se.c | 407 case NWK_S_ENC_KEY: in convert_key_id_from_se_to_lr1110()
|