aboutsummaryrefslogtreecommitdiffstats
path: root/src/plugins/crypto_sw_scheduler
AgeCommit message (Expand)AuthorFilesLines
2021-07-15misc: replace CLIB_PREFETCH with clib_prefetch_{load,store}Damjan Marion1-2/+2
2021-07-02crypto: fix sw async crypto with chained buffersBenoît Ganne1-31/+30
2021-04-29crypto: fix chained buffer integrity supportBenoît Ganne1-1/+15
2021-04-07crypto: fix ops flags in crypto sw schedulerBenoît Ganne1-7/+2
2021-03-05crypto: revert "fix ops flags in crypto sw scheduler"Damjan Marion1-2/+7
2021-03-04crypto: fix ops flags in crypto sw schedulerBenoît Ganne1-7/+2
2021-02-09crypto: fix bad-hmac in sw scheduler if async modeAlexander Chernavin1-0/+1
2020-12-04crypto: fixed async frame enqueue race conditionPiotrX Kleski1-2/+0
2020-09-15crypto: Crypto SW Scheduler Coverity WarningsNeale Ranns1-1/+1
2020-09-03crypto: Add async crypto APIsNathan Skrzypczak5-0/+132
2020-09-03crypto: SW scheduler async crypto enginePiotrX Kleski3-0/+791