Home
last modified time | relevance | path

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

/optee_os-3.20.0/core/drivers/
A Datmel_trng.c28 static unsigned int trng_lock = SPINLOCK_UNLOCK; variable
36 exceptions = cpu_spin_lock_xsave(&trng_lock); in atmel_trng_read32()
43 cpu_spin_unlock_xrestore(&trng_lock, exceptions); in atmel_trng_read32()
A Dxiphera_trng.c36 static unsigned int trng_lock = SPINLOCK_UNLOCK; variable
80 uint32_t exceptions = cpu_spin_lock_xsave(&trng_lock); in hw_get_random_bytes()
91 cpu_spin_unlock_xrestore(&trng_lock, exceptions); in hw_get_random_bytes()

Completed in 3 milliseconds