Home
last modified time | relevance | path

Searched refs:targetKeyID (Results 1 – 4 of 4) sorted by relevance

/loramac-node-3.6.0-3.5.0/src/peripherals/soft-se/
Dsoft-se.c270 KeyIdentifier_t targetKeyID ) in SecureElementDeriveAndStoreKey() argument
281 if( targetKeyID == MC_KE_KEY ) in SecureElementDeriveAndStoreKey()
297 retval = SecureElementSetKey( targetKeyID, key ); in SecureElementDeriveAndStoreKey()
/loramac-node-3.6.0-3.5.0/src/peripherals/atecc608a-tnglora-se/
Datecc608a-tnglora-se.c380 KeyIdentifier_t targetKeyID ) in SecureElementDeriveAndStoreKey() argument
394 if( targetKeyID == MC_KE_KEY ) in SecureElementDeriveAndStoreKey()
413 if( GetKeyByID( targetKeyID, &target_key ) != SECURE_ELEMENT_SUCCESS ) in SecureElementDeriveAndStoreKey()
/loramac-node-3.6.0-3.5.0/src/mac/
Dsecure-element.h149 …ElementDeriveAndStoreKey( uint8_t* input, KeyIdentifier_t rootKeyID, KeyIdentifier_t targetKeyID );
/loramac-node-3.6.0-3.5.0/src/peripherals/lr1110-se/
Dlr1110-se.c224 KeyIdentifier_t targetKeyID ) in SecureElementDeriveAndStoreKey() argument
235 convert_key_id_from_se_to_lr1110( targetKeyID ), input ); in SecureElementDeriveAndStoreKey()