C
BYTE Snmpv3AuthenticateTxPduForDataIntegrity( SNMPV3_RESPONSE_WHOLEMSG* txDataPtr );
Description
This routine authenticates SNMPV3 outgoing report PDU message and also for GET Response PDU for whole message. RFC - 3414.
Preconditions
SNMPv3Init() and ProcessVariabels() are called.
Parameters
Parameters |
Description |
txDataPtr |
outgoing PDU |
Return Values
Return Values |
Description |
SNMPV3_MSG_AUTH_PASS |
Authentication success |
SNMPV3_MSG_AUTH_FAIL |
Authentication failure |
Remarks
None