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

/macosx-10.9.5/libauto-185.5/tests/
H A Dtest_introspection.c51 size_t random_size = (random() & 0x1FFFF); local
52 pointers[i] = malloc_zone_malloc(zone, random_size);
/macosx-10.9.5/rsync-42/rsync/testhelp/
H A Dmaketree.py60 def random_size(self): member in class:TreeBuilder
117 size = long(self.random_size())
/macosx-10.9.5/eap8021x-180/EAP8021X.fproj/
H A Deapfast_plugin.c1480 void * random, int * random_size)
1487 size = *random_size;
1496 if ((size + SSL_CLIENT_SRVR_RAND_SIZE) > *random_size) {
1500 size + SSL_CLIENT_SRVR_RAND_SIZE, *random_size);
1505 size = *random_size - size;
1515 *random_size = offset + size;
1562 int random_size; local
1567 random_size = sizeof(random);
1569 random, &random_size);
1608 random, random_size,
1479 ssl_get_server_client_random(SSLContextRef ssl_context, void * random, int * random_size) argument
1744 int random_size; local
1769 random, random_size, local
[all...]
H A DEAPTLSUtil.c609 size_t random_size = 0; local
623 random_size += size;
638 random_size += size;
651 random, random_size,

Completed in 141 milliseconds