C
BYTE Snmpv3AuthenticateRxedPduForDataIntegrity( SNMPV3_REQUEST_WHOLEMSG* rxDataPtr );
Description
This routine authenticates SNMPV3 incoming report PDU message and also for different type of GET requests with both MD5 and SHA protocol.If the received PDU username is similar to "initial", then there shoud be report PDU. RFC - 3414.
Preconditions
SNMPv3Init() and ProcessVariabels() are called.
Parameters
Parameters |
Description |
rxDataPtr |
incoming PDU |
Return Values
Return Values |
Description |
SNMPV3_MSG_AUTH_PASS |
Authentication success |
SNMPV3_MSG_AUTH_FAIL |
Authentication failure |
Remarks
None