aboutsummaryrefslogtreecommitdiffstats
path: root/src/crypto/gcm.c
Commit message (Expand)AuthorAgeFilesLines
* [crypto] Support in-place decryption for GCM ciphersMichael Brown2022-11-101-34/+32
* [crypto] Ensure relevant GCM cipher state is cleared by cipher_setiv()Michael Brown2022-11-091-7/+13
* [crypto] Add block cipher Galois/Counter mode of operationMichael Brown2022-10-251-0/+531