Home
last modified time | relevance | path

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

/linux/lib/crypto/tests/
H A Dhash-test-template.h16 static u8 *orig_test_buf; variable
83 orig_test_buf = vmalloc(alloc_len); in hash_suite_init()
84 if (!orig_test_buf) in hash_suite_init()
87 test_buf = orig_test_buf + alloc_len - TEST_BUF_LEN; in hash_suite_init()
93 vfree(orig_test_buf); in hash_suite_exit()
94 orig_test_buf = NULL; in hash_suite_exit()