Home
last modified time | relevance | path

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

/linux-6.12.1/crypto/
Djitterentropy-testing.c14 #define JENT_TEST_RINGBUFFER_SIZE (1<<10) macro
15 #define JENT_TEST_RINGBUFFER_MASK (JENT_TEST_RINGBUFFER_SIZE - 1)
18 u32 jent_testing_rb[JENT_TEST_RINGBUFFER_SIZE];
91 JENT_TEST_RINGBUFFER_SIZE) { in jent_testing_store()
197 tmp = kmalloc(JENT_TEST_RINGBUFFER_SIZE + sizeof(u32), GFP_KERNEL); in jent_testing_extract_user()
215 i = min_t(int, nbytes, JENT_TEST_RINGBUFFER_SIZE); in jent_testing_extract_user()