Line 9: |
Line 9: |
| |- | | |- |
| | 1 | | | 1 |
− | | Output buffer size | + | | Output Size |
| |- | | |- |
| | 2 | | | 2 |
− | | Input buffer size | + | | Input Size |
| |- | | |- |
| | 3 | | | 3 |
− | | Block size | + | | Block Size |
| |- | | |- |
| | 4 | | | 4 |
− | | Nonce size, size 12 is used if this is >12. | + | | Nonce Size (capped to 12) |
| |- | | |- |
| | 5 | | | 5 |
− | | (inputbufsize<<4) <nowiki>|</nowiki> 10 | + | | (Input Size << 4) <nowiki>|</nowiki> 0xA |
| |- | | |- |
| | 6 | | | 6 |
− | | Input cleartext data buffer ptr | + | | void*, Input |
| |- | | |- |
| | 7 | | | 7 |
− | | (outputbufsize<<4) <nowiki>|</nowiki> 12 | + | | (Output Size << 4) <nowiki>|</nowiki> 0xC |
| |- | | |- |
| | 8 | | | 8 |
− | | Output encrypted data buffer ptr | + | | void*, Output |
| |} | | |} |
| | | |