Home
last modified time | relevance | path

Searched refs:GetKeyByID (Results 1 – 2 of 2) sorted by relevance

/loramac-node-latest/src/peripherals/atecc608a-tnglora-se/
Datecc608a-tnglora-se.c182 SecureElementStatus_t GetKeyByID( KeyIdentifier_t keyID, Key_t** keyItem ) in GetKeyByID() function
218 SecureElementStatus_t retval = GetKeyByID( keyID, &keyItem ); in ComputeCmac()
363 SecureElementStatus_t retval = GetKeyByID( keyID, &pItem ); in SecureElementAesEncrypt()
408 if( GetKeyByID( rootKeyID, &source_key ) != SECURE_ELEMENT_SUCCESS ) in SecureElementDeriveAndStoreKey()
413 if( GetKeyByID( targetKeyID, &target_key ) != SECURE_ELEMENT_SUCCESS ) in SecureElementDeriveAndStoreKey()
/loramac-node-latest/src/peripherals/soft-se/
Dsoft-se.c53 static SecureElementStatus_t GetKeyByID( KeyIdentifier_t keyID, Key_t** keyItem ) in GetKeyByID() function
92 SecureElementStatus_t retval = GetKeyByID( keyID, &keyItem ); in ComputeCmac()
251 SecureElementStatus_t retval = GetKeyByID( keyID, &pItem ); in SecureElementAesEncrypt()