Searched refs:KEY_LEN (Results 1 – 1 of 1) sorted by relevance
60 #define KEY_LEN CONFIG_LWM2M_SECURITY_KEY_SIZE macro79 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()