Home
last modified time | relevance | path

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/
Dse-identity.h183 ….KeyID = MC_KE_KEY, …
Dsoft-se.c181 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/
Dse-identity.h201 ….KeyID = MC_KE_KEY, …
Datecc608a-tnglora-se.c394 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/
Dlr1110-se.c136 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/
DLoRaMacTypes.h721 MC_KE_KEY = LORAMAC_CRYPTO_MULTICAST_KEYS, enumerator
DLoRaMacCrypto.c1497 if( SecureElementDeriveAndStoreKey( compBase, keyID, MC_KE_KEY ) != SECURE_ELEMENT_SUCCESS ) in LoRaMacCryptoDeriveMcKEKey()
DLoRaMac.c4492 … if( LORAMAC_CRYPTO_SUCCESS != LoRaMacCryptoSetKey( MC_KE_KEY, mibSet->Param.McKEKey ) ) in LoRaMacMibSetRequestConfirm()