Home
last modified time | relevance | path

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

/loramac-node-latest/src/mac/
Dsecure-element-nvm.h64 #define NUM_OF_KEYS 23 macro
101 Key_t KeyList[NUM_OF_KEYS];
/loramac-node-latest/src/peripherals/atecc608a-tnglora-se/
Datecc608a-tnglora-se.c48 #define NUM_OF_KEYS 15 macro
73 static Key_t KeyList[NUM_OF_KEYS] = ATECC608A_SE_KEY_LIST;
184 for( uint8_t i = 0; i < NUM_OF_KEYS; i++ ) in GetKeyByID()
/loramac-node-latest/src/peripherals/soft-se/
Dsoft-se.c55 for( uint8_t i = 0; i < NUM_OF_KEYS; i++ ) in GetKeyByID()
172 for( uint8_t i = 0; i < NUM_OF_KEYS; i++ ) in SecureElementSetKey()
/loramac-node-latest/src/peripherals/lr1110-se/
Dlr1110-se.c36 #define NUM_OF_KEYS 23 macro