Home
last modified time | relevance | path

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

/lib/crypto/tests/
A Dhash-test-template.h83 size_t alloc_len = round_up(TEST_BUF_LEN, PAGE_SIZE); in hash_suite_init() local
85 orig_test_buf = vmalloc(alloc_len); in hash_suite_init()
89 test_buf = orig_test_buf + alloc_len - TEST_BUF_LEN; in hash_suite_init()

Completed in 4 milliseconds