aboutsummaryrefslogtreecommitdiffstats
path: root/src/plugins/unittest/crypto_test.c
AgeCommit message (Expand)AuthorFilesLines
2024-03-12misc: remove GNU Indent directivesDamjan Marion1-6/+0
2023-08-08ipsec: add support for RFC-4543 ENCR_NULL_AUTH_AES_GMACBenoît Ganne1-2/+1
2023-03-06crypto: remove VNET_CRYPTO_OP_FLAG_INIT_IV flagBenoît Ganne1-1/+0
2021-10-12unittest: fix crypto key len coverity warningFlorin Coras1-1/+1
2021-05-05crypto crypto-openssl: support hashing operationsFilip Tehlar1-0/+13
2020-02-25crypto: fix coverity warningsFilip Tehlar1-2/+3
2020-02-18crypto: add support for testing quad loops in crypto algosFilip Tehlar1-95/+426
2020-02-11ipsec: add support for chained buffersFilip Tehlar1-112/+315
2019-11-07crypto: fix crypto perf unittest crashFan Zhang1-1/+33
2019-05-27unittest: fix test crypto perf for AEAD algosDamjan Marion1-2/+3
2019-04-25crypto: AES GCM IV length is always 12Damjan Marion1-2/+0
2019-04-25crypto: improve key handlingDamjan Marion1-16/+32
2019-04-15crypto: fix coverity warningsFilip Tehlar1-2/+5
2019-04-11crypto: add performace test to unittest pluginDamjan Marion1-1/+188
2019-04-07crypto: add support for AEAD and AES-GCMDamjan Marion1-30/+180
2019-03-28crypto: add vnet_crypto_op_init (...)Damjan Marion1-1/+1
2019-03-22crypto: implement rfc4231 test casesFilip Tehlar1-1/+2
2019-03-19crypto: introduce crypto infraDamjan Marion1-0/+152