Searched refs:rootKeyID (Results 1 – 4 of 4) sorted by relevance
/loramac-node-3.6.0-3.5.0/src/peripherals/atecc608a-tnglora-se/ |
D | atecc608a-tnglora-se.c | 379 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/ |
D | soft-se.c | 269 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/ |
D | secure-element.h | 149 SecureElementStatus_t SecureElementDeriveAndStoreKey( uint8_t* input, KeyIdentifier_t rootKeyID, Ke…
|
/loramac-node-3.6.0-3.5.0/src/peripherals/lr1110-se/ |
D | lr1110-se.c | 223 SecureElementStatus_t SecureElementDeriveAndStoreKey( uint8_t* input, KeyIdentifier_t rootKeyID, in SecureElementDeriveAndStoreKey() argument 234 convert_key_id_from_se_to_lr1110( rootKeyID ), in SecureElementDeriveAndStoreKey()
|