nat: Include platform specific headers on FreeBSD
[vpp.git] / src / plugins / crypto_native /
2024-03-01 Damjan Marioncrypto-native: fix AES-CBC encrypt loop 97/40397/2
2024-01-12 Damjan Marioncrypto-native: add AES-CTR 81/40181/5
2024-01-12 Damjan Marionvppinfra: native AES-CTR implementation 76/40176/8
2023-03-23 Damjan Marionvppinfra: AES-CBC and AES-GCM refactor and optimizations 05/38505/19
2023-03-15 Damjan Marioncrypto-native: 256-bit AES CBC support 87/38487/4
2023-03-14 Damjan Marioncrypto-native: avoid crash on 12th and 13th gen Intel... 82/38482/2
2023-03-06 Benoît Gannecrypto: remove VNET_CRYPTO_OP_FLAG_INIT_IV flag 66/34966/9
2022-03-28 Damjan Marioncrypto-native: avoid overflow load on data 03/35803/1
2022-03-25 Damjan Marioncrypto-native: avoid mem overflow when loading IV 92/35792/1
2022-03-24 Benoît Gannecrypto-native: fix index in VAES aes-cbc encrypt 67/35767/2
2022-03-23 Benoît Gannecrypto-native: fix dst index typo in VAES 46/35746/1
2022-02-10 Damjan Marionvppinfra:remove uXxY_is_greater 78/35278/2
2021-12-14 Jieqiang Wangcrypto-native: fix build error on Arm using clang-13 34/34634/3
2021-11-07 Gabriel Oginskicrypto-native: fix uninitialized variable 89/33789/4
2021-11-02 Damjan Marionbuild: clang-13 support 87/34287/3
2021-10-11 Nathan Skrzypczakdocs: nitfixes in FEATURE.yaml 23/34023/2
2021-10-07 Benoît Gannevppinfra: asan: improve overflow semantic 98/33698/4
2021-05-19 Damjan Marionbuild: fix crypto_native compile flags check 73/32373/2
2020-11-13 Ray Kinsellacrypto-native: fix multi-arch variant initialization 25/29925/3
2020-09-15 Damjan Marioncrypto-native: fix issues detected by coiverity 38/28838/1
2020-08-06 Dave Barachmisc: harmonize names 89/28189/1
2020-07-21 Benoît Gannecrypto: bails out early for unsupported key type 58/27958/3
2020-05-11 Damjan Marioncrypto-native: properly deal with broken or outdated... 72/26972/2
2020-04-30 Fan Zhangcrypto: introduce async crypto infra 36/18036/54
2020-04-29 Damjan Marionmisc: switch to clang-9 44/26744/6
2020-03-06 Filip Tehlarcrypto: align per thread data to cache line 09/25709/2
2020-02-25 Damjan Marioncrypto-native: GCM implementation with vector AESNI... 16/25416/1
2020-02-24 Damjan Marioncrypto-native: introduce aes_gcm_flags_t 05/25405/1
2020-02-24 Damjan Marioncrypto-native: introduce counter struct 01/25401/2
2020-02-24 Damjan Marioncrypto-native: inverse Hi so it naturally fits into... 90/25390/1
2020-02-24 Damjan Marioncrypto-native: replace aesni with aes 88/25388/1
2020-02-24 Damjan Marioncrypto-native: do not overwrite data after partial tag 87/25387/1
2020-02-17 Damjan Marioncrypto-native: calculate ghash using vpclmulqdq instruc... 83/25183/3
2020-02-14 Damjan Marioncrypto-native: refactor CBC code 25/25125/2
2020-02-13 Damjan Marionvppinfra: add 128-bit and 512-bit a ^ b ^ c shortcut 18/25118/1
2020-02-13 Damjan Marioncrypto-native: add AArch64 AES-GCM native implementation 94/24994/8
2020-02-13 Damjan Marioncrypto-native: add AArch64 ghash support 51/25051/4
2020-02-12 Damjan Marioncrypto-native: fix ghash function naming 47/25047/2
2020-02-12 Damjan Marioncrypto-native: use and instead of blend 46/25046/2
2020-02-12 Damjan Marioncrypto-native: add missing static_always_inline 45/25045/2
2020-02-12 Damjan Marioncrypto-native: refactor GCM code to use generic types 83/24983/5
2020-02-11 Damjan Marioncrypto-native: fix ARM compilatiion flags 49/24949/2
2020-01-31 Damjan Marioncrypto-native: add ARMv8 AES-CBC implementation 18/24718/2
2020-01-30 Damjan Marioncrypto-native: refactor AES code 88/24688/3
2020-01-30 Damjan Marioncrypto-native: don't expand aes-cbc keys twice 13/24613/2
2020-01-28 Damjan Marioncrypto-native: rename crypto_ia32 to crypto_native 74/24574/3