Home
last modified time | relevance | path

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

/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() argument
396 if( rootKeyID != MC_ROOT_KEY ) in SecureElementDeriveAndStoreKey()
402 if( ( rootKeyID == APP_KEY ) || ( rootKeyID == MC_ROOT_KEY ) || ( rootKeyID == MC_KE_KEY ) ) in SecureElementDeriveAndStoreKey()
408 if( GetKeyByID( rootKeyID, &source_key ) != SECURE_ELEMENT_SUCCESS ) in SecureElementDeriveAndStoreKey()
/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() argument
283 if( rootKeyID != MC_ROOT_KEY ) in SecureElementDeriveAndStoreKey()
290 retval = SecureElementAesEncrypt( input, 16, rootKeyID, key ); in SecureElementDeriveAndStoreKey()
/loramac-node-3.6.0-3.5.0/src/mac/
Dsecure-element.h149 SecureElementStatus_t SecureElementDeriveAndStoreKey( uint8_t* input, KeyIdentifier_t rootKeyID, Ke…
/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() argument
234 convert_key_id_from_se_to_lr1110( rootKeyID ), in SecureElementDeriveAndStoreKey()