C
void Snmpv3UsmOutMsgAuthenticationParam( UINT8 hashType );
Description
This routine prepares out message with HMAC-MD5 or HMAC-SHA1 authentication protocol.(RFC- 3414 - section 6)
Preconditions
SNMPv3Init() and ProcessVariabels() are called.
Parameters
Parameters |
Description |
hashType |
authentication protocol type |
Remarks
None