Searched refs:fips_rng_lock (Results 1 - 2 of 2) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/libgcrypt-1.5.0/random/
H A Drandom-fips.c75 static ath_mutex_t fips_rng_lock = ATH_MUTEX_INITIALIZER; variable
200 my_errno = ath_mutex_init (&fips_rng_lock);
214 /* Acquire the fips_rng_lock. */
220 my_errno = ath_mutex_lock (&fips_rng_lock);
227 /* Release the fips_rng_lock. */
234 my_errno = ath_mutex_unlock (&fips_rng_lock);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/libgcrypt-1.5.0/random/
H A Drandom-fips.c75 static ath_mutex_t fips_rng_lock = ATH_MUTEX_INITIALIZER; variable
200 my_errno = ath_mutex_init (&fips_rng_lock);
214 /* Acquire the fips_rng_lock. */
220 my_errno = ath_mutex_lock (&fips_rng_lock);
227 /* Release the fips_rng_lock. */
234 my_errno = ath_mutex_unlock (&fips_rng_lock);

Completed in 75 milliseconds