aboutsummaryrefslogtreecommitdiffstats
path: root/src/plugins/crypto_native/aes.h
AgeCommit message (Expand)AuthorFilesLines
2023-03-23vppinfra: AES-CBC and AES-GCM refactor and optimizationsDamjan Marion1-480/+0
2023-03-15crypto-native: 256-bit AES CBC supportDamjan Marion1-1/+27
2022-03-28crypto-native: avoid overflow load on dataDamjan Marion1-1/+4
2022-02-10vppinfra:remove uXxY_is_greaterDamjan Marion1-2/+2
2021-12-14crypto-native: fix build error on Arm using clang-13Jieqiang Wang1-2/+2
2021-11-02build: clang-13 supportDamjan Marion1-1/+1
2021-10-07vppinfra: asan: improve overflow semanticBenoƮt Ganne1-1/+1
2020-04-29misc: switch to clang-9Damjan Marion1-3/+3
2020-02-14crypto-native: refactor CBC codeDamjan Marion1-0/+26
2020-02-13crypto-native: add AArch64 AES-GCM native implementationDamjan Marion1-13/+25
2020-02-12crypto-native: use and instead of blendDamjan Marion1-4/+1
2020-02-12crypto-native: add missing static_always_inlineDamjan Marion1-6/+6
2020-02-12crypto-native: refactor GCM code to use generic typesDamjan Marion1-93/+143
2020-01-31crypto-native: add ARMv8 AES-CBC implementationDamjan Marion1-1/+130
2020-01-30crypto-native: refactor AES codeDamjan Marion1-115/+129
2020-01-30crypto-native: don't expand aes-cbc keys twiceDamjan Marion1-9/+6
2020-01-28crypto-native: rename crypto_ia32 to crypto_nativeDamjan Marion1-0/+226