Home
last modified time | relevance | path

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

/dports/net-im/tox/c-toxcore-0.2.13/auto_tests/
H A Dtox_one_test.c23 name[i] = random_u08(); in set_random_name_and_status_message()
27 status_message[i] = random_u08(); in set_random_name_and_status_message()
H A Dcrypto_test.c19 b[i] = random_u08(); in rand_bytes()
301 n[i] = random_u08(); in START_TEST()
H A Dsave_friend_test.c31 text[i] = random_u08(); in set_random()
/dports/net-im/tox/c-toxcore-0.2.13/toxcore/
H A Dcrypto_core.h117 uint8_t random_u08(void);
H A Dcrypto_core.c76 uint8_t random_u08(void) in random_u08() function
H A Donion_client.c1733 if (random_u08() % 2 == 0 || onion_c->path_nodes_index == 0) { in do_announce()
H A DDHT.c2533 } else if (random_u08() % 2) { in list_nodes()