aboutsummaryrefslogtreecommitdiffstats
path: root/src/vnet/crypto/crypto.api
AgeCommit message (Collapse)AuthorFilesLines
2020-09-16crypto: Crypto set handler API to support set all as CLIYulong Pei1-1/+1
Type: improvement Signed-off-by: Yulong Pei <yulong.pei@intel.com> Change-Id: I43556f8c76c7aae64d9c927e1fda3c1774d7e49d
2020-09-03crypto: Add async crypto APIsNathan Skrzypczak1-0/+67
Type: feature This adds api calls for the following CLIs: * set sw_scheuduler worker <N> crypto on|off * set crypto async dispatch polling|interrupt * set crypto handler * set crypto async handler Change-Id: Ic701d149c440e42ea4575da42b9f69e4c8759602 Signed-off-by: Nathan Skrzypczak <nathan.skrzypczak@gmail.com>