Searched refs:reseed (Results 1 – 7 of 7) sorted by relevance
| /f-stack/freebsd/libkern/ |
| H A D | arc4random.c | 189 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 D | iqs269a.yaml | 64 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 D | ff_compat.c | 291 arc4rand(void *ptr, unsigned int len, int reseed) in arc4rand() argument 293 ff_arc4rand(ptr, len, reseed); in arc4rand()
|
| H A D | ff_host_interface.h | 68 void ff_arc4rand(void *ptr, unsigned int len, int reseed);
|
| H A D | ff_host_interface.c | 212 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 D | tcp_syncache.h | 114 struct callout reseed; member
|
| H A D | tcp_syncache.c | 301 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()
|