Home
last modified time | relevance | path

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

/Zephyr-latest/subsys/net/lib/lwm2m/
Dlwm2m_obj_security.c59 #define IDENTITY_LEN CONFIG_LWM2M_SECURITY_KEY_SIZE macro
78 static uint8_t client_identity[MAX_INSTANCE_COUNT][IDENTITY_LEN];
162 &client_identity[index], IDENTITY_LEN, 0); in security_create()