Home
last modified time | relevance | path

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

/lib/crypto/tests/
A Dhash-test-template.h15 #define TEST_BUF_LEN 16384 macro
135 static_assert(TEST_BUF_LEN >= 4096); in test_hash_all_lens_up_to_4096()
160 total_len = rand_length(TEST_BUF_LEN); in test_hash_incremental_updates()
206 rand_bytes(test_buf, TEST_BUF_LEN); in test_hash_buffer_overruns()
242 rand_bytes(test_buf, TEST_BUF_LEN); in test_hash_overlaps()
291 size_t len = rand_length(TEST_BUF_LEN); in test_hash_alignment_consistency()
545 int remaining = TEST_BUF_LEN; in test_hash_interrupt_context_2()
550 rand_bytes(test_buf, TEST_BUF_LEN); in test_hash_interrupt_context_2()
557 static_assert(TEST_BUF_LEN / 4096 > 1); in test_hash_interrupt_context_2()
610 static_assert(TEST_BUF_LEN >= 4096 + 293); in test_hmac()
[all …]
A Dpoly1305_kunit.c87 static_assert(TEST_BUF_LEN >= 4096); in test_poly1305_allones_keys_and_message()

Completed in 4 milliseconds