Home
last modified time | relevance | path

Searched refs:MC_ROOT_KEY (Results 1 – 7 of 7) sorted by relevance

/loramac-node-latest/src/peripherals/soft-se/
Dse-identity.h175 ….KeyID = MC_ROOT_KEY, …
Dsoft-se.c283 if( rootKeyID != MC_ROOT_KEY ) in SecureElementDeriveAndStoreKey()
/loramac-node-latest/src/peripherals/atecc608a-tnglora-se/
Dse-identity.h191 ….KeyID = MC_ROOT_KEY, …
Datecc608a-tnglora-se.c396 if( rootKeyID != MC_ROOT_KEY ) in SecureElementDeriveAndStoreKey()
402 if( ( rootKeyID == APP_KEY ) || ( rootKeyID == MC_ROOT_KEY ) || ( rootKeyID == MC_KE_KEY ) ) in SecureElementDeriveAndStoreKey()
/loramac-node-latest/src/mac/
DLoRaMacCrypto.c972 if( LoRaMacCryptoDeriveMcKEKey( MC_ROOT_KEY ) != LORAMAC_CRYPTO_SUCCESS ) in LoRaMacCryptoSetKey()
1200 retval = LoRaMacCryptoDeriveMcKEKey( MC_ROOT_KEY ); in LoRaMacCryptoHandleJoinAccept()
1480 if( SecureElementDeriveAndStoreKey( compBase, keyID, MC_ROOT_KEY ) != SECURE_ELEMENT_SUCCESS ) in LoRaMacCryptoDeriveMcRootKey()
1491 if( keyID != MC_ROOT_KEY ) in LoRaMacCryptoDeriveMcKEKey()
DLoRaMacTypes.h717 MC_ROOT_KEY, enumerator
/loramac-node-latest/src/peripherals/lr1110-se/
Dlr1110-se.c413 case MC_ROOT_KEY: in convert_key_id_from_se_to_lr1110()