Searched refs:rnd_bytes (Results 1 - 1 of 1) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/openvpn-2.3.1/src/openvpn/
H A Dmisc.c951 uint8_t rnd_bytes[n_rnd_bytes]; local
953 struct buffer hname = alloc_buf_gc (strlen(hostname)+sizeof(rnd_bytes)*2+4, gc);
956 prng_bytes (rnd_bytes, sizeof (rnd_bytes));
957 rnd_str = format_hex_ex (rnd_bytes, sizeof (rnd_bytes), 40, 0, NULL, gc);

Completed in 114 milliseconds