Searched refs:slow_gather_fnc (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-csprng.c160 static int (*slow_gather_fnc)(void (*)(const void*, size_t, variable
343 slow_gather_fnc = getfnc_gather_random ();
344 if (!slow_gather_fnc)
347 slow_gather_fnc = gather_faked;
1281 if ( !slow_gather_fnc )
1284 if ( slow_gather_fnc (add_randomness, orgin, length, level) < 0)
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/libgcrypt-1.5.0/random/
H A Drandom-csprng.c160 static int (*slow_gather_fnc)(void (*)(const void*, size_t, variable
343 slow_gather_fnc = getfnc_gather_random ();
344 if (!slow_gather_fnc)
347 slow_gather_fnc = gather_faked;
1281 if ( !slow_gather_fnc )
1284 if ( slow_gather_fnc (add_randomness, orgin, length, level) < 0)

Completed in 101 milliseconds