Home
last modified time | relevance | path

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

/linux-6.12.1/crypto/
Djitterentropy.c175 static const unsigned int jent_apt_cutoff_lookup[15] = { variable
189 if (osr >= ARRAY_SIZE(jent_apt_cutoff_lookup)) { in jent_apt_init()
190 ec->apt_cutoff = jent_apt_cutoff_lookup[ in jent_apt_init()
191 ARRAY_SIZE(jent_apt_cutoff_lookup) - 1]; in jent_apt_init()
195 ec->apt_cutoff = jent_apt_cutoff_lookup[osr - 1]; in jent_apt_init()