Home
last modified time | relevance | path

Searched refs:randb (Results 1 – 2 of 2) sorted by relevance

/third_party/glib/gio/tests/
Dgmenumodel.c668 GRand *randa, *randb; in test_equality() local
675 randb = g_rand_new_with_seed (seed); in test_equality()
682 b = random_menu_new (randb, TOP_ORDER); in test_equality()
695 b = random_menu_new (randb, TOP_ORDER); in test_equality()
711 g_rand_free (randb); in test_equality()
712 randb = g_rand_new_with_seed (g_rand_int (randa)); in test_equality()
722 g_rand_free (randb); in test_equality()
/third_party/curl/lib/vtls/
Dopenssl.c491 unsigned char randb[64]; in ossl_seed() local
492 size_t len = sizeof(randb); in ossl_seed()
504 memcpy(&randb[i * sizeof(struct curltime)], &tv, in ossl_seed()
507 RAND_add(randb, (int)len, (double)len/2); in ossl_seed()