C
void Snmpv3UsmAesEncryptDecryptInitVector( BYTE inOutPdu );
Description
The IV is concatenated as : the 32-bit snmpEngineBoots is converted to the first 4 Octects and the snmpEngineTime converted to subsequent four bytes.
Preconditions
SNMPv3Init() and ProcessVariabels() are called.
Parameters
Parameters |
Description |
inOutPdu |
SNMP request PDU |
Remarks
None