Home
last modified time | relevance | path

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

/NetX-Duo-v6.4.1/samples/
Ddemo_netxduo_snmp.c40 NX_SNMP_SECURITY_KEY my_privacy_key; variable
253 status = nx_snmp_agent_md5_key_create(&my_agent, (UCHAR *)"privpassword", &my_privacy_key); in thread_agent_entry()
258 status = nx_snmp_agent_privacy_key_use(&my_agent, &my_privacy_key); in thread_agent_entry()
/NetX-Duo-v6.4.1/test/regression/snmp_test/
Dnetx_snmp_v3_buffer_overwrite_test.c24 NX_SNMP_SECURITY_KEY my_privacy_key; variable
189 status = nx_snmp_agent_md5_key_create(&my_agent, (UCHAR *)"privpassword", &my_privacy_key); in thread_0_entry()
197 status = nx_snmp_agent_privacy_key_use(&my_agent, &my_privacy_key); in thread_0_entry()
Dnetx_snmp_v3_encrypt_pdu_buffer_overwrite_test.c24 NX_SNMP_SECURITY_KEY my_privacy_key;
192 status = nx_snmp_agent_md5_key_create(&my_agent, (UCHAR *)"privpassword", &my_privacy_key); in thread_0_entry()
199 status = nx_snmp_agent_privacy_key_use(&my_agent, &my_privacy_key); in thread_0_entry()
Dnetx_snmp_v3_object_id_buffer_overwrite_test.c24 NX_SNMP_SECURITY_KEY my_privacy_key;
192 status = nx_snmp_agent_md5_key_create(&my_agent, (UCHAR *)"privpassword", &my_privacy_key); in thread_0_entry()
199 status = nx_snmp_agent_privacy_key_use(&my_agent, &my_privacy_key); in thread_0_entry()
Dnetx_snmp_v3_encrypt_pdu_padding_buffer_overwrite_test.c24 NX_SNMP_SECURITY_KEY my_privacy_key; variable
197 status = nx_snmp_agent_md5_key_create(&my_agent, (UCHAR *)"privpassword", &my_privacy_key); in thread_0_entry()
204 status = nx_snmp_agent_privacy_key_use(&my_agent, &my_privacy_key); in thread_0_entry()
Dnetx_snmp_abnormal_packet_test.c16 static NX_SNMP_SECURITY_KEY my_privacy_key; variable
334 nx_snmp_agent_md5_key_create(&my_agent, (UCHAR *)("privpassword"), &my_privacy_key); in thread_1_entry()
335 nx_snmp_agent_privacy_key_use(&my_agent, &my_privacy_key); in thread_1_entry()
Dnetx_snmp_v3_decrypt_pdu_buffer_overwrite_test.c24 NX_SNMP_SECURITY_KEY my_privacy_key; variable
195 status = nx_snmp_agent_md5_key_create(&my_agent, (UCHAR *)"privpassword", &my_privacy_key); in thread_0_entry()
202 status = nx_snmp_agent_privacy_key_use(&my_agent, &my_privacy_key); in thread_0_entry()
Dnetx_snmp_v3_md5_failed_security_test.c22 static NX_SNMP_SECURITY_KEY my_privacy_key; variable
204 status = nx_snmp_agent_md5_key_create(&my_agent, (UCHAR *)("privpassword2"), &my_privacy_key); in test_application_define()
206 status |= nx_snmp_agent_privacy_key_use(&my_agent, &my_privacy_key); in test_application_define()
Dnetx_snmp_v3_md5_security_test.c20 static NX_SNMP_SECURITY_KEY my_privacy_key; variable
198 status = nx_snmp_agent_md5_key_create(&my_agent, (UCHAR *)("privpassword"), &my_privacy_key); in test_application_define()
200 status |= nx_snmp_agent_privacy_key_use(&my_agent, &my_privacy_key); in test_application_define()
Dnetx_snmp_v3_md5_security_extended_test.c20 static NX_SNMP_SECURITY_KEY my_privacy_key; variable
198 …= nx_snmp_agent_md5_key_create_extended(&my_agent, (UCHAR *)("privpassword"), 12, &my_privacy_key); in test_application_define()
200 status |= nx_snmp_agent_privacy_key_use(&my_agent, &my_privacy_key); in test_application_define()