Searched refs:_rs_rekey (Results 1 – 3 of 3) sorted by relevance
/freebsd/lib/libc/gen/ |
H A D | arc4random.c | 88 static inline void _rs_rekey(u_char *dat, size_t datlen); 149 _rs_rekey(rnd, sizeof(rnd)); in _rs_stir() 175 _rs_rekey(u_char *dat, size_t datlen) in _rs_rekey() function 217 _rs_rekey(NULL, 0); in _rs_random_buf() 228 _rs_rekey(NULL, 0); in _rs_random_u32()
|
/freebsd/crypto/openssh/openbsd-compat/ |
H A D | arc4random.c | 93 static inline void _rs_rekey(u_char *dat, size_t datlen); 122 _rs_rekey(rnd, sizeof(rnd)); in _rs_stir() 148 _rs_rekey(u_char *dat, size_t datlen) in _rs_rekey() function 190 _rs_rekey(NULL, 0); in _rs_random_buf() 201 _rs_rekey(NULL, 0); in _rs_random_u32()
|
/freebsd/contrib/unbound/compat/ |
H A D | arc4random.c | 74 static inline void _rs_rekey(u_char *dat, size_t datlen); 200 _rs_rekey(rnd, sizeof(rnd)); in _rs_stir() 236 _rs_rekey(u_char *dat, size_t datlen) in _rs_rekey() function 278 _rs_rekey(NULL, 0); in _rs_random_buf() 288 _rs_rekey(NULL, 0); in _rs_random_u32()
|