C
typedef struct { UINT8 userName[SNMPV3_USER_SECURITY_NAME_LEN_MEM_USE]; UINT8 userAuthPswd[SNMPV3_AUTH_LOCALIZED_PASSWORD_KEY_LEN_MEM_USE]; UINT8 userPrivPswd[SNMPV3_PRIV_LOCALIZED_PASSWORD_KEY_LEN_MEM_USE]; UINT8 userAuthPswdLoclizdKey[SNMPV3_AUTH_LOCALIZED_PASSWORD_KEY_LEN_MEM_USE]; UINT8 userPrivPswdLoclizdKey[SNMPV3_PRIV_LOCALIZED_PASSWORD_KEY_LEN_MEM_USE]; UINT8 userAuthLocalKeyHmacIpad[64]; UINT8 userAuthLocalKeyHmacOpad[64]; UINT8 userDBIndex; UINT8 userHashType; UINT8 userNameLength; UINT8 userAuthPswdLen; UINT8 userPrivPswdLen; UINT8 userPrivType; } snmpV3EngnUserDataBase;
Description
This is type snmpV3EngnUserDataBase.
Members
Members |
Description |
UINT8 userAuthPswd[SNMPV3_AUTH_LOCALIZED_PASSWORD_KEY_LEN_MEM_USE]; |
RFC specifies not to save password with the managed nodes instead store pswd ipad and opad values. |
UINT8 userAuthLocalKeyHmacIpad[64]; |
UINT8 userPrivPswdLoclizdKey[20]; |