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