Searched refs:usmHMACMD5AuthProtocol (Results 1 – 3 of 3) sorted by relevance
/third_party/lwip/src/include/lwip/apps/ |
D | snmp_snmpv2_framework.h | 18 extern const struct snmp_obj_id usmHMACMD5AuthProtocol;
|
/third_party/lwip/src/apps/snmp/ |
D | snmp_snmpv2_framework.c | 22 const struct snmp_obj_id usmHMACMD5AuthProtocol = { 10, { 1, 3, 6, 1, 6, 3, 10, 1, 1, 2 } }; variable
|
D | snmp_snmpv2_usm.c | 63 return &usmHMACMD5AuthProtocol; in snmp_auth_algo_to_oid() 65 return &usmHMACMD5AuthProtocol; in snmp_auth_algo_to_oid()
|