aboutsummaryrefslogtreecommitdiff
path: root/tests/benchmark-crypto-hmac.c
AgeCommit message (Collapse)AuthorFilesLines
2017-07-19tests: crypto: add hmac speed benchmark supportLongpeng(Mike)1-0/+82
This patch add a hmac speed benchmark, it helps us to measure the performance by using "make check-speed" or using "./tests/benchmark-crypto-hmac" directly. Signed-off-by: Longpeng(Mike) <longpeng2@huawei.com> Signed-off-by: Daniel P. Berrange <berrange@redhat.com>