C
void Snmpv3AuthKeyZeroing2HmacBufLen64( UINT8* authKey, UINT8 authKeyLen, UINT8 hashType );
Description
this routine will pad the (64-authKeyLen) number of zeros to the end of auth key localized buffer.
Preconditions
SNMPv3Init() and ProcessVariabels() are called.
Parameters
Parameters |
Description |
authkey |
authentication key buffer |
authKeylen |
authentication key length |
hashType |
authentication type |
Remarks
None