Lines Matching refs:xbuf
203 char *xbuf[XBUFSIZE]; in __test_hash() local
212 if (testmgr_alloc_buf(xbuf)) in __test_hash()
238 hash_buff = xbuf[0]; in __test_hash()
321 memcpy(xbuf[IDX[k] >> PAGE_SHIFT] + in __test_hash()
383 testmgr_free_buf(xbuf); in __test_hash()
437 char *xbuf[XBUFSIZE]; in __test_aead() local
447 if (testmgr_alloc_buf(xbuf)) in __test_aead()
492 input = xbuf[0]; in __test_aead()
642 q = xbuf[IDX[k] >> PAGE_SHIFT] + offset_in_page(IDX[k]); in __test_aead()
743 q = xbuf[IDX[k] >> PAGE_SHIFT] + in __test_aead()
791 testmgr_free_buf(xbuf); in __test_aead()
839 char *xbuf[XBUFSIZE]; in test_cipher() local
842 if (testmgr_alloc_buf(xbuf)) in test_cipher()
861 data = xbuf[0]; in test_cipher()
901 testmgr_free_buf(xbuf); in test_cipher()
921 char *xbuf[XBUFSIZE]; in __test_skcipher() local
925 if (testmgr_alloc_buf(xbuf)) in __test_skcipher()
968 data = xbuf[0]; in __test_skcipher()
1062 q = xbuf[IDX[k] >> PAGE_SHIFT] + offset_in_page(IDX[k]); in __test_skcipher()
1115 q = xbuf[IDX[k] >> PAGE_SHIFT] + in __test_skcipher()
1146 testmgr_free_buf(xbuf); in __test_skcipher()