Home
last modified time | relevance | path

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

/lib/crypto/tests/
A Dhash-test-template.h436 #define IRQ_TEST_NUM_BUFFERS 3 /* matches max concurrency level */ macro
439 u8 expected_hashes[IRQ_TEST_NUM_BUFFERS][HASH_SIZE];
451 u32 i = (u32)atomic_inc_return(&state->seqno) % IRQ_TEST_NUM_BUFFERS; in hash_irq_test1_func()
467 rand_bytes(test_buf, IRQ_TEST_NUM_BUFFERS * IRQ_TEST_DATA_LEN); in test_hash_interrupt_context_1()
468 for (int i = 0; i < IRQ_TEST_NUM_BUFFERS; i++) in test_hash_interrupt_context_1()
483 struct hash_irq_test2_hash_ctx ctxs[IRQ_TEST_NUM_BUFFERS];

Completed in 6 milliseconds