Searched refs:NWK_KEY (Results 1 – 8 of 8) sorted by relevance
/loramac-node-3.7.0/src/peripherals/lr1110-se/ |
D | lr1110-se.c | 260 KeyIdentifier_t encKeyID = NWK_KEY; in SecureElementProcessJoinAccept() 278 … convert_key_id_from_se_to_lr1110( NWK_KEY ), ( lr1110_crypto_lorawan_version_t ) 0, micHeader10, in SecureElementProcessJoinAccept() 392 case NWK_KEY: in convert_key_id_from_se_to_lr1110()
|
/loramac-node-3.7.0/src/peripherals/soft-se/ |
D | se-identity.h | 114 ….KeyID = NWK_KEY, …
|
D | soft-se.c | 323 KeyIdentifier_t encKeyID = NWK_KEY; in SecureElementProcessJoinAccept() 358 …mentVerifyAesCmac( decJoinAccept, ( encJoinAcceptSize - LORAMAC_MIC_FIELD_SIZE ), mic, NWK_KEY ) != in SecureElementProcessJoinAccept()
|
/loramac-node-3.7.0/src/peripherals/atecc608a-tnglora-se/ |
D | se-identity.h | 128 ….KeyID = NWK_KEY, …
|
D | atecc608a-tnglora-se.c | 452 KeyIdentifier_t encKeyID = NWK_KEY; in SecureElementProcessJoinAccept() 487 …mentVerifyAesCmac( decJoinAccept, ( encJoinAcceptSize - LORAMAC_MIC_FIELD_SIZE ), mic, NWK_KEY ) != in SecureElementProcessJoinAccept()
|
/loramac-node-3.7.0/src/mac/ |
D | LoRaMacCrypto.c | 564 if( SecureElementDeriveAndStoreKey( compBase, NWK_KEY, keyID ) != SECURE_ELEMENT_SUCCESS ) in DeriveSessionKey10x() 590 KeyIdentifier_t rootKeyId = NWK_KEY; in DeriveSessionKey11x() 658 if( SecureElementDeriveAndStoreKey( compBase, NWK_KEY, keyID ) != SECURE_ELEMENT_SUCCESS ) in DeriveLifeTimeSessionKey() 986 KeyIdentifier_t micComputationKeyID = NWK_KEY; in LoRaMacCryptoPrepareJoinRequest()
|
D | LoRaMacTypes.h | 689 NWK_KEY, enumerator
|
D | LoRaMac.c | 4387 if( LORAMAC_CRYPTO_SUCCESS != LoRaMacCryptoSetKey( NWK_KEY, mibSet->Param.NwkKey ) ) in LoRaMacMibSetRequestConfirm()
|