Home
last modified time | relevance | path

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

/loramac-node-latest/src/peripherals/atecc608a-tnglora-se/
Datecc608a-tnglora-se.c388 uint16_t source_target_ids = 0; in SecureElementDeriveAndStoreKey() local
418 source_target_ids = target_key->KeySlotNumber << 8; in SecureElementDeriveAndStoreKey()
419 source_target_ids += source_key->KeySlotNumber; in SecureElementDeriveAndStoreKey()
423 …cab_kdf( KDF_MODE_ALG_AES | KDF_MODE_SOURCE_SLOT | KDF_MODE_TARGET_SLOT, source_target_ids, detail, in SecureElementDeriveAndStoreKey()