aboutsummaryrefslogtreecommitdiffstats
path: root/src/plugins/crypto_native/aes_cbc.c
AgeCommit message (Expand)AuthorFilesLines
2024-03-01crypto-native: fix AES-CBC encrypt loopDamjan Marion1-6/+6
2024-01-12vppinfra: native AES-CTR implementationDamjan Marion1-17/+14
2023-03-23vppinfra: AES-CBC and AES-GCM refactor and optimizationsDamjan Marion1-431/+28
2023-03-15crypto-native: 256-bit AES CBC supportDamjan Marion1-60/+297
2023-03-06crypto: remove VNET_CRYPTO_OP_FLAG_INIT_IV flagBenoît Ganne1-35/+2
2022-03-24crypto-native: fix index in VAES aes-cbc encryptBenoît Ganne1-3/+3
2022-03-23crypto-native: fix dst index typo in VAESBenoît Ganne1-1/+1
2021-11-02build: clang-13 supportDamjan Marion1-1/+1
2020-08-06misc: harmonize namesDave Barach1-8/+8
2020-05-11crypto-native: properly deal with broken or outdated toolchainsDamjan Marion1-4/+4
2020-02-14crypto-native: refactor CBC codeDamjan Marion1-17/+414
2020-01-31crypto-native: add ARMv8 AES-CBC implementationDamjan Marion1-353/+4
2020-01-30crypto-native: refactor AES codeDamjan Marion1-49/+38
2020-01-30crypto-native: don't expand aes-cbc keys twiceDamjan Marion1-2/+1
2020-01-28crypto-native: rename crypto_ia32 to crypto_nativeDamjan Marion1-0/+497