SNMPV3_HMAC_HASH_TYPE Enumeration
C
typedef enum {
SNMPV3_HMAC_MD5 = 0u,
SNMPV3_HMAC_SHA1,
SNMPV3_NO_HMAC_AUTH
} SNMPV3_HMAC_HASH_TYPE;
Description
Enumeration: SNMPV3_HMAC_HASH_TYPE.
The following authentication types are supported by the SNMPv3 USM model for data confidentiality. SNMPv3 agent supports both MD5 and SHA1 protocol for authentication.
Members
Members | Description |
---|---|
SNMPV3_HMAC_MD5 = 0u | MD5 is being calculated. HMAC SHA1 authentication protocol. |
SNMPV3_HMAC_SHA1 | SHA-1 is being calculated. No authentication is supported. |
Remarks
None.