diff options
Diffstat (limited to '')
-rw-r--r-- | crypto/tcrypt.c | 9 |
1 files changed, 0 insertions, 9 deletions
diff --git a/crypto/tcrypt.c b/crypto/tcrypt.c index bf797c613..366f4510a 100644 --- a/crypto/tcrypt.c +++ b/crypto/tcrypt.c @@ -1285,15 +1285,6 @@ static void test_mb_skcipher_speed(const char *algo, int enc, int secs, goto out_free_tfm; } - - for (i = 0; i < num_mb; ++i) - if (testmgr_alloc_buf(data[i].xbuf)) { - while (i--) - testmgr_free_buf(data[i].xbuf); - goto out_free_tfm; - } - - for (i = 0; i < num_mb; ++i) { data[i].req = skcipher_request_alloc(tfm, GFP_KERNEL); if (!data[i].req) { |