C
void Snmpv3Pswd2LocalizedAuthKeySHAHashing( UINT8* pswdToLocalized, UINT8 pswdLen );
Description
This routine converts HMAC-SHA authentication password key to localized key using snmpSngineID(RFC- 3414).
Preconditions
SNMPv3Init() and ProcessVariabels() are called.
Parameters
Parameters |
Description |
pswdToLocalized |
password storage poniter |
pswdLen |
password length. |
Remarks
None