aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/test/aes192ctr_decrypt.c (unfollow)
Commit message (Collapse)Author
2015-06-06test: enable the utilities to accept many keysEgor Tensin
2015-06-04remove unnecessary __declspec(align(16))Egor Tensin
`__m128i`s are automatically aligned on 16-byte boundary anyway.
2015-06-04remove redundant file suffixesEgor Tensin
2015-06-04add CTR modeEgor Tensin
2015-06-03init vectors are calculated by API functionsEgor Tensin
2015-06-03add CFB modeEgor Tensin
2015-06-03implement CBC wrappers in CEgor Tensin
2015-05-30test: actually chain when in cbc modeEgor Tensin
2015-05-30detach key expansion routinesEgor Tensin
Block encryption/decryption routines now don't expand key schedules on each call.
2015-05-30support AES-{128,192}-cbcEgor Tensin
2015-05-25add test/Egor Tensin
Includes simple block encryption/decryption programs for the supported modes (AES128/192/256 ECB + AES256 CBC).