Home
last modified time | relevance | path

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

/loramac-node-latest/src/peripherals/lr1110-se/
Dlr1110-se.c118 convert_key_id_from_se_to_lr1110( SLOT_RAND_ZERO_KEY ), zero_key ); in SecureElementInit()
210 if( keyID < SLOT_RAND_ZERO_KEY ) in SecureElementAesEncrypt()
455 case SLOT_RAND_ZERO_KEY: in convert_key_id_from_se_to_lr1110()
/loramac-node-latest/src/peripherals/soft-se/
Dse-identity.h287 ….KeyID = SLOT_RAND_ZERO_KEY, …
/loramac-node-latest/src/peripherals/atecc608a-tnglora-se/
Dse-identity.h240 ….KeyID = SLOT_RAND_ZERO_KEY, …
/loramac-node-latest/src/mac/
DLoRaMacTypes.h773 SLOT_RAND_ZERO_KEY, enumerator
DLoRaMacClassB.c149 SecureElementAesEncrypt( buffer, 16, SLOT_RAND_ZERO_KEY, cipher ); in ComputePingOffset()