Searched refs:doq_fill_rand (Results 1 – 3 of 3) sorted by relevance
/freebsd/contrib/unbound/services/ |
H A D | listen_dnsport.h | 723 void doq_fill_rand(struct ub_randstate* rnd, uint8_t* buf, size_t len);
|
H A D | listen_dnsport.c | 3275 doq_fill_rand(rnd, table->static_secret, table->static_secret_len); in doq_table_create() 4144 void doq_fill_rand(struct ub_randstate* rnd, uint8_t* buf, size_t len) in doq_fill_rand() function 4160 doq_fill_rand(conn->doq_socket->rnd, data, datalen); in doq_conn_generate_new_conid() 4178 doq_fill_rand(rnd, dest, destlen); in doq_rand_cb() 4821 doq_fill_rand(conn->doq_socket->rnd, params.stateless_reset_token, in doq_conn_setup()
|
/freebsd/contrib/unbound/util/ |
H A D | netevent.c | 1787 doq_fill_rand(rnd, buf, datalen);
|