Age | Commit message (Expand) | Author | Files | Lines |
---|---|---|---|---|
2020-02-13 | vppinfra: add 128-bit and 512-bit a ^ b ^ c shortcut | 1 | -18/+6 | |
2020-02-13 | crypto-native: add AArch64 AES-GCM native implementation | 5 | -55/+60 | |
2020-02-13 | crypto-native: add AArch64 ghash support | 1 | -1/+23 | |
2020-02-12 | crypto-native: fix ghash function naming | 1 | -6/+6 | |
2020-02-12 | crypto-native: use and instead of blend | 1 | -4/+1 | |
2020-02-12 | crypto-native: add missing static_always_inline | 1 | -6/+6 | |
2020-02-12 | crypto-native: refactor GCM code to use generic types | 3 | -291/+325 | |
2020-02-11 | crypto-native: fix ARM compilatiion flags | 1 | -1/+1 | |
2020-01-31 | crypto-native: add ARMv8 AES-CBC implementation | 7 | -367/+756 | |
2020-01-30 | crypto-native: refactor AES code | 4 | -166/+169 | |
2020-01-30 | crypto-native: don't expand aes-cbc keys twice | 2 | -11/+7 | |
2020-01-28 | crypto-native: rename crypto_ia32 to crypto_native | 8 | -0/+1993 |