Home
last modified time | relevance | path

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

/NetX-Duo-v6.4.1/test/regression/snmp_test/
Dnetx_snmp_v3_no_security_function_test.c50 static UCHAR context_engine_id[] = {0x80, 0x00, 0x0d, 0xfe, 0x03, 0x00, 0x77, 0x23, 0x23, 0x46, 0x6… variable
210 status = nx_snmp_agent_context_engine_set(&my_agent, context_engine_id, context_engine_size); in thread_0_entry()
224 if (my_agent.nx_snmp_agent_v3_context_engine[i] != context_engine_id[i]) in thread_0_entry()
Dnetx_snmp_v3_encrypt_pdu_buffer_overwrite_test.c32 static UCHAR context_engine_id[] = {0x80, 0x00, 0x03, 0x10, 0x01, 0xc0, 0xa8, 0x64, 0xaf, 0x44, 0x5…
170 status = nx_snmp_agent_context_engine_set(&my_agent, context_engine_id, context_engine_size); in thread_0_entry()
Dnetx_snmp_v3_object_id_buffer_overwrite_test.c32 static UCHAR context_engine_id[] = {0x80, 0x00, 0x03, 0x10, 0x01, 0xc0, 0xa8, 0x64, 0xaf, 0x44, 0x5…
170 status = nx_snmp_agent_context_engine_set(&my_agent, context_engine_id, context_engine_size); in thread_0_entry()
Dnetx_snmp_v3_decrypt_pdu_buffer_overwrite_test.c32 static UCHAR context_engine_id[] = {0x80, 0x00, 0x0d, 0xfe, 0x03, 0x00, 0x11, 0x23, 0x23, 0x44, 0x5… variable
172 status = nx_snmp_agent_context_engine_set(&my_agent, context_engine_id, context_engine_size); in thread_0_entry()
Dnetx_snmp_v3_buffer_overwrite_test.c32 static UCHAR context_engine_id[] = {0x80, 0x00, 0x0d, 0xfe, 0x03, 0x00, 0x11, 0x23, 0x23, 0x44, 0x5… variable
Dnetx_snmp_v3_encrypt_pdu_padding_buffer_overwrite_test.c32 static UCHAR context_engine_id[] = {0x80, 0x00, 0x03, 0x10, 0x01, 0xc0, 0xa8, 0x64, 0xaf, 0x44, 0x5… variable
/NetX-Duo-v6.4.1/samples/
Ddemo_netxduo_snmp.c62 UCHAR context_engine_id[] = {0x80, 0x00, 0x0d, 0xfe, 0x03, 0x00, 0x11, 0x23, 0x23, 0x44, 0x55}; variable
149 status = nx_snmp_agent_context_engine_set(&my_agent, context_engine_id, context_engine_size); in tx_application_define()