Age | Commit message (Expand) | Author | Files | Lines |
---|---|---|---|---|
2021-12-14 | crypto-native: fix build error on Arm using clang-13 | Jieqiang Wang | 1 | -2/+2 |
2021-11-02 | build: clang-13 support | Damjan Marion | 1 | -1/+1 |
2021-10-07 | vppinfra: asan: improve overflow semantic | BenoƮt Ganne | 1 | -1/+1 |
2020-04-29 | misc: switch to clang-9 | Damjan Marion | 1 | -3/+3 |
2020-02-14 | crypto-native: refactor CBC code | Damjan Marion | 1 | -0/+26 |
2020-02-13 | crypto-native: add AArch64 AES-GCM native implementation | Damjan Marion | 1 | -13/+25 |
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 | 1 | -93/+143 |
2020-01-31 | crypto-native: add ARMv8 AES-CBC implementation | Damjan Marion | 1 | -1/+130 |
2020-01-30 | crypto-native: refactor AES code | Damjan Marion | 1 | -115/+129 |
2020-01-30 | crypto-native: don't expand aes-cbc keys twice | Damjan Marion | 1 | -9/+6 |
2020-01-28 | crypto-native: rename crypto_ia32 to crypto_native | Damjan Marion | 1 | -0/+226 |