Searched refs:MC_KE_KEY (Results 1 – 8 of 8) sorted by relevance
/loramac-node-3.6.0-3.5.0/src/peripherals/soft-se/ |
D | se-identity.h | 183 ….KeyID = MC_KE_KEY, …
|
D | soft-se.c | 181 retval = SecureElementAesEncrypt( key, 16, MC_KE_KEY, decryptedKey ); in SecureElementSetKey() 281 if( targetKeyID == MC_KE_KEY ) in SecureElementDeriveAndStoreKey()
|
/loramac-node-3.6.0-3.5.0/src/peripherals/atecc608a-tnglora-se/ |
D | se-identity.h | 201 ….KeyID = MC_KE_KEY, …
|
D | atecc608a-tnglora-se.c | 394 if( targetKeyID == MC_KE_KEY ) in SecureElementDeriveAndStoreKey() 402 if( ( rootKeyID == APP_KEY ) || ( rootKeyID == MC_ROOT_KEY ) || ( rootKeyID == MC_KE_KEY ) ) in SecureElementDeriveAndStoreKey()
|
/loramac-node-3.6.0-3.5.0/src/peripherals/lr1110-se/ |
D | lr1110-se.c | 136 convert_key_id_from_se_to_lr1110( MC_KE_KEY ), in SecureElementSetKey() 416 case MC_KE_KEY: in convert_key_id_from_se_to_lr1110()
|
/loramac-node-3.6.0-3.5.0/src/mac/ |
D | LoRaMacTypes.h | 721 MC_KE_KEY = LORAMAC_CRYPTO_MULTICAST_KEYS, enumerator
|
D | LoRaMacCrypto.c | 1497 if( SecureElementDeriveAndStoreKey( compBase, keyID, MC_KE_KEY ) != SECURE_ELEMENT_SUCCESS ) in LoRaMacCryptoDeriveMcKEKey()
|
D | LoRaMac.c | 4492 … if( LORAMAC_CRYPTO_SUCCESS != LoRaMacCryptoSetKey( MC_KE_KEY, mibSet->Param.McKEKey ) ) in LoRaMacMibSetRequestConfirm()
|