aboutsummaryrefslogtreecommitdiffstats
path: root/src/plugins/crypto_native/ghash.h
AgeCommit message (Expand)AuthorFilesLines
2023-03-23vppinfra: AES-CBC and AES-GCM refactor and optimizationsDamjan Marion1-419/+0
2023-03-15crypto-native: 256-bit AES CBC supportDamjan Marion1-1/+1
2020-02-24crypto-native: inverse Hi so it naturally fits into 512-bit registerDamjan Marion1-4/+4
2020-02-17crypto-native: calculate ghash using vpclmulqdq instructionsDamjan Marion1-0/+126
2020-02-13vppinfra: add 128-bit and 512-bit a ^ b ^ c shortcutDamjan Marion1-18/+6
2020-02-13crypto-native: add AArch64 ghash supportDamjan Marion1-1/+23
2020-02-12crypto-native: fix ghash function namingDamjan Marion1-6/+6
2020-02-12crypto-native: refactor GCM code to use generic typesDamjan Marion1-38/+68
2020-01-28crypto-native: rename crypto_ia32 to crypto_nativeDamjan Marion1-0/+253