Home
last modified time | relevance | path

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

/loramac-node-3.6.0-3.5.0/src/mac/
Dsecure-element-nvm.h48 #define SE_KEY_SIZE 16 macro
78 uint8_t KeyValue[SE_KEY_SIZE];
/loramac-node-3.6.0-3.5.0/src/peripherals/soft-se/
Dsoft-se.c183 memcpy1( SeNvm->KeyList[i].KeyValue, decryptedKey, SE_KEY_SIZE ); in SecureElementSetKey()
188 memcpy1( SeNvm->KeyList[i].KeyValue, key, SE_KEY_SIZE ); in SecureElementSetKey()