Home
last modified time | relevance | path

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

/Zephyr-Core-2.7.6/subsys/net/lib/lwm2m/
Dlwm2m_rd_client.c247 client.ctx->sec_obj_inst = -1; in socket_fault_cb()
465 static bool sm_bootstrap_verify(bool bootstrap_server, int sec_obj_inst) in sm_bootstrap_verify() argument
471 snprintk(pathstr, sizeof(pathstr), "0/%d/1", sec_obj_inst); in sm_bootstrap_verify()
504 static int sm_select_server_inst(int sec_obj_inst, int *srv_obj_inst, in sm_select_server_inst() argument
511 snprintk(pathstr, sizeof(pathstr), "0/%d/10", sec_obj_inst); in sm_select_server_inst()
530 static int sm_select_security_inst(bool bootstrap_server, int *sec_obj_inst) in sm_select_security_inst() argument
535 i = lwm2m_security_inst_id_to_index(*sec_obj_inst); in sm_select_security_inst()
536 if (i >= 0 && sm_bootstrap_verify(bootstrap_server, *sec_obj_inst)) { in sm_select_security_inst()
540 *sec_obj_inst = -1; in sm_select_security_inst()
551 *sec_obj_inst = obj_inst_id; in sm_select_security_inst()
[all …]
Dlwm2m_engine.c4638 snprintk(pathstr, sizeof(pathstr), "0/%d/%u", client_ctx->sec_obj_inst, in load_tls_credential()
4844 snprintk(pathstr, sizeof(pathstr), "0/%d/0", client_ctx->sec_obj_inst); in lwm2m_engine_start()
/Zephyr-Core-2.7.6/include/net/
Dlwm2m.h110 int sec_obj_inst; member