Home
last modified time | relevance | path

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

/f-stack/freebsd/libkern/
H A Darc4random.c189 arc4rand(void *ptr, u_int len, int reseed)
197 if (__predict_false(reseed))
199 if (__predict_false(reseed ||
/f-stack/freebsd/contrib/device-tree/Bindings/input/
H A Diqs269a.yaml64 azoteq,reseed-offset:
68 reseed events.
183 azoteq,reseed-select:
188 Specifies the event(s) that prompt the device to reseed (i.e. reset the
220 azoteq,reseed-disable:
527 azoteq,reseed-disable;
540 azoteq,reseed-disable;
/f-stack/lib/
H A Dff_compat.c291 arc4rand(void *ptr, unsigned int len, int reseed) in arc4rand() argument
293 ff_arc4rand(ptr, len, reseed); in arc4rand()
H A Dff_host_interface.h68 void ff_arc4rand(void *ptr, unsigned int len, int reseed);
H A Dff_host_interface.c212 ff_arc4rand(void *ptr, unsigned int len, int reseed) in ff_arc4rand() argument
214 (void)reseed; in ff_arc4rand()
/f-stack/freebsd/netinet/
H A Dtcp_syncache.h114 struct callout reseed; member
H A Dtcp_syncache.c301 callout_init(&V_tcp_syncache.secret.reseed, 1); in syncache_init()
304 callout_reset(&V_tcp_syncache.secret.reseed, SYNCOOKIE_LIFETIME * hz, in syncache_init()
328 callout_drain(&V_tcp_syncache.secret.reseed); in syncache_destroy()
2444 callout_schedule(&sc->secret.reseed, SYNCOOKIE_LIFETIME * hz); in syncookie_reseed()