Age | Commit message (Expand) | Author | Files | Lines |
2021-05-19 | build: fix crypto_native compile flags check | Damjan Marion | 1 | -2/+2 |
2020-11-13 | crypto-native: fix multi-arch variant initialization | Ray Kinsella | 1 | -4/+0 |
2020-09-15 | crypto-native: fix issues detected by coiverity | Damjan Marion | 2 | -3/+11 |
2020-08-06 | misc: harmonize names | Dave Barach | 1 | -8/+8 |
2020-07-21 | crypto: bails out early for unsupported key type | Benoît Ganne | 1 | -4/+4 |
2020-05-11 | crypto-native: properly deal with broken or outdated toolchains | Damjan Marion | 5 | -42/+54 |
2020-04-30 | crypto: introduce async crypto infra | Fan Zhang | 1 | -0/+4 |
2020-04-29 | misc: switch to clang-9 | Damjan Marion | 1 | -3/+3 |
2020-03-06 | crypto: align per thread data to cache line | Filip Tehlar | 1 | -0/+1 |
2020-02-25 | crypto-native: GCM implementation with vector AESNI instructions | Damjan Marion | 1 | -4/+479 |
2020-02-24 | crypto-native: introduce aes_gcm_flags_t | Damjan Marion | 1 | -84/+107 |
2020-02-24 | crypto-native: introduce counter struct | Damjan Marion | 1 | -44/+51 |
2020-02-24 | crypto-native: inverse Hi so it naturally fits into 512-bit register | Damjan Marion | 2 | -30/+34 |
2020-02-24 | crypto-native: replace aesni with aes | Damjan Marion | 1 | -137/+134 |
2020-02-24 | crypto-native: do not overwrite data after partial tag | Damjan Marion | 1 | -1/+1 |
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 |