Home
last modified time | relevance | path

Searched refs:testmgr_alloc_buf (Results 1 – 2 of 2) sorted by relevance

/Linux-v4.19/crypto/
Dtcrypt.c89 static int testmgr_alloc_buf(char *buf[XBUFSIZE]) in testmgr_alloc_buf() function
298 if (testmgr_alloc_buf(data[i].xbuf)) { in test_mb_aead_speed()
305 if (testmgr_alloc_buf(data[i].axbuf)) { in test_mb_aead_speed()
312 if (testmgr_alloc_buf(data[i].xoutbuf)) { in test_mb_aead_speed()
558 if (testmgr_alloc_buf(xbuf)) in test_aead_speed()
560 if (testmgr_alloc_buf(axbuf)) in test_aead_speed()
562 if (testmgr_alloc_buf(xoutbuf)) in test_aead_speed()
835 if (testmgr_alloc_buf(data[i].xbuf)) in test_mb_ahash_speed()
1279 if (testmgr_alloc_buf(data[i].xbuf)) { in test_mb_skcipher_speed()
1287 if (testmgr_alloc_buf(data[i].xbuf)) { in test_mb_skcipher_speed()
Dtestmgr.c151 static int testmgr_alloc_buf(char *buf[XBUFSIZE]) in testmgr_alloc_buf() function
290 if (testmgr_alloc_buf(xbuf)) in __test_hash()
633 if (testmgr_alloc_buf(xbuf)) in __test_aead()
635 if (testmgr_alloc_buf(axbuf)) in __test_aead()
637 if (diff_dst && testmgr_alloc_buf(xoutbuf)) in __test_aead()
1030 if (testmgr_alloc_buf(xbuf)) in test_cipher()
1121 if (testmgr_alloc_buf(xbuf)) in __test_skcipher()
1124 if (diff_dst && testmgr_alloc_buf(xoutbuf)) in __test_skcipher()
2242 if (testmgr_alloc_buf(xbuf)) in test_akcipher_one()