PSPXI:EncryptDecryptAes: Difference between revisions

No edit summary
No edit summary
Line 46: Line 46:
|-
|-
| 2-5
| 2-5
| MAC
| Output IV / CTR: this is the IV/CTR which would be used if the crypto operation were to continue.
|}
|}
==MAC==
For CBC mode, the output MAC is the last 16-bytes of the ciphertext. For the other modes, this field is the same as the input IV/CTR.


==Algorithm Types==
==Algorithm Types==