Home
last modified time | relevance | path

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

/linux-6.12.1/crypto/
Djitterentropy-testing.c184 u8 *tmp, *tmp_aligned; in jent_testing_extract_user() local
201 tmp_aligned = PTR_ALIGN(tmp, sizeof(u32)); in jent_testing_extract_user()
216 i = reader(tmp_aligned, i); in jent_testing_extract_user()
222 if (copy_to_user(buf, tmp_aligned, i)) { in jent_testing_extract_user()