aboutsummaryrefslogtreecommitdiffstats
path: root/src/plugins/crypto_native/aes_gcm.c
AgeCommit message (Expand)AuthorFilesLines
2020-05-11crypto-native: properly deal with broken or outdated toolchainsDamjan Marion1-4/+4
2020-02-25crypto-native: GCM implementation with vector AESNI instructionsDamjan Marion1-4/+479
2020-02-24crypto-native: introduce aes_gcm_flags_tDamjan Marion1-84/+107
2020-02-24crypto-native: introduce counter structDamjan Marion1-44/+51
2020-02-24crypto-native: inverse Hi so it naturally fits into 512-bit registerDamjan Marion1-26/+30
2020-02-24crypto-native: replace aesni with aesDamjan Marion1-137/+134
2020-02-24crypto-native: do not overwrite data after partial tagDamjan Marion1-1/+1
2020-02-13crypto-native: add AArch64 AES-GCM native implementationDamjan Marion1-39/+30
2020-02-12crypto-native: refactor GCM code to use generic typesDamjan Marion1-160/+114
2020-01-30crypto-native: refactor AES codeDamjan Marion1-1/+1
2020-01-28crypto-native: rename crypto_ia32 to crypto_nativeDamjan Marion1-0/+780