summaryrefslogtreecommitdiffstats
path: root/src/crypto/gcm.c
Commit message (Expand)AuthorAgeFilesLines
* [build] Fix build failures with random versions of gccMichael Brown2024-03-271-11/+15
* [build] Fix build failures with older versions of gccMichael Brown2024-02-101-6/+8
* [libc] Replace linker_assert() with build_assert()Michael Brown2024-01-161-4/+4
* [crypto] Support in-place decryption for GCM ciphersMichael Brown2022-11-101-34/+32Star
* [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