Home
last modified time | relevance | path

Searched refs:SecureElementDeriveAndStoreKey (Results 1 – 5 of 5) sorted by relevance

/loramac-node-3.6.0-3.5.0/src/mac/
DLoRaMacCrypto.c564 if( SecureElementDeriveAndStoreKey( compBase, NWK_KEY, keyID ) != SECURE_ELEMENT_SUCCESS ) in DeriveSessionKey10x()
620 if( SecureElementDeriveAndStoreKey( compBase, rootKeyId, keyID ) != SECURE_ELEMENT_SUCCESS ) in DeriveSessionKey11x()
658 if( SecureElementDeriveAndStoreKey( compBase, NWK_KEY, keyID ) != SECURE_ELEMENT_SUCCESS ) in DeriveLifeTimeSessionKey()
1480 if( SecureElementDeriveAndStoreKey( compBase, keyID, MC_ROOT_KEY ) != SECURE_ELEMENT_SUCCESS ) in LoRaMacCryptoDeriveMcRootKey()
1497 if( SecureElementDeriveAndStoreKey( compBase, keyID, MC_KE_KEY ) != SECURE_ELEMENT_SUCCESS ) in LoRaMacCryptoDeriveMcKEKey()
1540 …if( SecureElementDeriveAndStoreKey( compBaseAppS, curItem->RootKey, curItem->AppSkey ) != SECURE_E… in LoRaMacCryptoDeriveMcSessionKeyPair()
1545 …if( SecureElementDeriveAndStoreKey( compBaseNwkS, curItem->RootKey, curItem->NwkSkey ) != SECURE_E… in LoRaMacCryptoDeriveMcSessionKeyPair()
Dsecure-element.h149 SecureElementStatus_t SecureElementDeriveAndStoreKey( uint8_t* input, KeyIdentifier_t rootKeyID, Ke…
/loramac-node-3.6.0-3.5.0/src/peripherals/soft-se/
Dsoft-se.c269 SecureElementStatus_t SecureElementDeriveAndStoreKey( uint8_t* input, KeyIdentifier_t rootKeyID, in SecureElementDeriveAndStoreKey() function
/loramac-node-3.6.0-3.5.0/src/peripherals/lr1110-se/
Dlr1110-se.c223 SecureElementStatus_t SecureElementDeriveAndStoreKey( uint8_t* input, KeyIdentifier_t rootKeyID, in SecureElementDeriveAndStoreKey() function
/loramac-node-3.6.0-3.5.0/src/peripherals/atecc608a-tnglora-se/
Datecc608a-tnglora-se.c379 SecureElementStatus_t SecureElementDeriveAndStoreKey( uint8_t* input, KeyIdentifier_t rootKeyID, in SecureElementDeriveAndStoreKey() function