blob: 9a19a84b4f2ab5a6c69e425a2a7885b52e022e95 [file] [log] [blame]
#ifndef _net_snmp_transform_oids_h
#define _net_snmp_transform_oids_h
/*
* transform_oids.h
*
* Numeric MIB names for auth and priv transforms.
*/
const oid usmNoAuthProtocol[10]; /* == { 1,3,6,1,6,3,10,1,1,1 }; */
const oid usmHMACMD5AuthProtocol[10]; /* == { 1,3,6,1,6,3,10,1,1,2 }; */
const oid usmHMACSHA1AuthProtocol[10]; /* == { 1,3,6,1,6,3,10,1,1,3 }; */
const oid usmNoPrivProtocol[10]; /* == { 1,3,6,1,6,3,10,1,2,1 }; */
const oid usmDESPrivProtocol[10]; /* == { 1,3,6,1,6,3,10,1,2,2 }; */
#endif