commit: http://blackfin.uclinux.org/git/?p=linux-kernel;a=commitdiff;h=ffb2f2b21bd6a05d3bc6379eda06cfdc8b22278a branch: http://blackfin.uclinux.org/git/?p=linux-kernel;a=shortlog;h=refs/heads/trunk
Signed-off-by: Steven Miao <[email protected]> --- crypto/tcrypt.c | 1 - crypto/testmgr.c | 9 --------- 2 files changed, 0 insertions(+), 10 deletions(-) diff --git a/crypto/tcrypt.c b/crypto/tcrypt.c index 0afedce..87ef7d6 100644 --- a/crypto/tcrypt.c +++ b/crypto/tcrypt.c @@ -1213,7 +1213,6 @@ static int do_test(int m) case 109: ret += tcrypt_test("vmac(aes)"); break; - case 110: ret += tcrypt_test("hmac(crc32)"); break; diff --git a/crypto/testmgr.c b/crypto/testmgr.c index d15fb74..efd8b20 100644 --- a/crypto/testmgr.c +++ b/crypto/testmgr.c @@ -2439,15 +2439,6 @@ static const struct alg_test_desc alg_test_descs[] = { } } }, { - .alg = "hmac(crc32)", - .test = alg_test_hash, - .suite = { - .hash = { - .vecs = bfin_crc_tv_template, - .count = BFIN_CRC_TEST_VECTORS - } - } - }, { .alg = "hmac(md5)", .test = alg_test_hash, .suite = {
_______________________________________________ Linux-kernel-commits mailing list [email protected] https://blackfin.uclinux.org/mailman/listinfo/linux-kernel-commits
