Home
last modified time | relevance | path

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

/Zephyr-latest/subsys/net/lib/lwm2m/
Dlwm2m_obj_security.c60 #define KEY_LEN CONFIG_LWM2M_SECURITY_KEY_SIZE macro
79 static uint8_t server_pk[MAX_INSTANCE_COUNT][KEY_LEN];
80 static uint8_t secret_key[MAX_INSTANCE_COUNT][KEY_LEN];
165 &server_pk[index], KEY_LEN, 0); in security_create()
168 &secret_key[index], KEY_LEN, 0); in security_create()