C
BYTE Snmpv3AESDecryptRxedScopedPdu();
Description
This routine decrypts SNMPV3 incoming PDU using AES protocol , but before this encrypted data length is verified.If the length of the encrypted OCTECT-STRING is not multiple of 8, then dryption will be halted. RFC - 3414. ( section 8)
Preconditions
SNMPv3Init() and ProcessVariabels() are called.
Return Values
Return Values |
Description |
SNMPV3_MSG_PRIV_FAIL |
Failure |
SNMPV3_MSG_PRIV_PASS |
Success |
Remarks
None