Searched refs:get_random (Results 1 - 25 of 39) sorted by relevance

12

/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src/router/openvpn/src/openvpn/
H A Dgremlin.c98 return (get_random() % n) == 0;
108 ret = low + (get_random() % (high - low + 1));
H A Dmisc.h175 long int get_random(void);
177 #define get_random random macro
H A Dlist.c392 struct hash *hash = hash_init (10000, get_random (), word_hash_function, word_compare_function);
393 struct hash *nhash = hash_init (256, get_random (), word_hash_function, word_compare_function);
468 inc = (get_random () % 3) + 1;
H A Dschedule.c493 long int choice = get_random ();
548 const int src = get_random () % size;
H A Dntlm.c129 nonce[i] = (unsigned char)get_random();
H A Dfragment.c104 ret->outgoing_seq_id = (int)get_random() & (N_SEQ_ID - 1);
H A Docc.c290 if (!buf_write_u8 (&c->c2.buf, get_random () & 0xFF))
H A Dpacket_id.c140 || (get_random() % 64) < 31
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt/router/openvpn/src/openvpn/
H A Dgremlin.c98 return (get_random() % n) == 0;
108 ret = low + (get_random() % (high - low + 1));
H A Dmisc.h175 long int get_random(void);
177 #define get_random random macro
H A Dlist.c392 struct hash *hash = hash_init (10000, get_random (), word_hash_function, word_compare_function);
393 struct hash *nhash = hash_init (256, get_random (), word_hash_function, word_compare_function);
468 inc = (get_random () % 3) + 1;
H A Dschedule.c493 long int choice = get_random ();
548 const int src = get_random () % size;
H A Dntlm.c129 nonce[i] = (unsigned char)get_random();
H A Dfragment.c104 ret->outgoing_seq_id = (int)get_random() & (N_SEQ_ID - 1);
H A Docc.c290 if (!buf_write_u8 (&c->c2.buf, get_random () & 0xFF))
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/router/openvpn/src/openvpn/
H A Dgremlin.c98 return (get_random() % n) == 0;
108 ret = low + (get_random() % (high - low + 1));
H A Dmisc.h175 long int get_random(void);
177 #define get_random random macro
H A Dlist.c392 struct hash *hash = hash_init (10000, get_random (), word_hash_function, word_compare_function);
393 struct hash *nhash = hash_init (256, get_random (), word_hash_function, word_compare_function);
468 inc = (get_random () % 3) + 1;
H A Dschedule.c493 long int choice = get_random ();
548 const int src = get_random () % size;
H A Dntlm.c129 nonce[i] = (unsigned char)get_random();
H A Dfragment.c104 ret->outgoing_seq_id = (int)get_random() & (N_SEQ_ID - 1);
H A Docc.c290 if (!buf_write_u8 (&c->c2.buf, get_random () & 0xFF))
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt/router/libgcrypt-1.5.1/random/
H A Drandom-fips.c180 static void get_random (void *buffer, size_t length, rng_context_t rng_ctx);
618 get_random (buffer, X931_AES_KEYLEN, std_rng_context);
670 get_random (rng_ctx->seed_V, 16, std_rng_context);
689 get_random (void *buffer, size_t length, rng_context_t rng_ctx)
828 get_random (buffer, length, strong_rng_context);
830 get_random (buffer, length, std_rng_context);
842 get_random (buffer, length, nonce_context);
1102 get_random (buffer, buflen, test_ctx);
688 get_random (void *buffer, size_t length, rng_context_t rng_ctx) function
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src/router/libgcrypt-1.5.1/random/
H A Drandom-fips.c180 static void get_random (void *buffer, size_t length, rng_context_t rng_ctx);
618 get_random (buffer, X931_AES_KEYLEN, std_rng_context);
670 get_random (rng_ctx->seed_V, 16, std_rng_context);
689 get_random (void *buffer, size_t length, rng_context_t rng_ctx)
828 get_random (buffer, length, strong_rng_context);
830 get_random (buffer, length, std_rng_context);
842 get_random (buffer, length, nonce_context);
1102 get_random (buffer, buflen, test_ctx);
688 get_random (void *buffer, size_t length, rng_context_t rng_ctx) function
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/router/libgcrypt-1.5.1/random/
H A Drandom-fips.c180 static void get_random (void *buffer, size_t length, rng_context_t rng_ctx);
618 get_random (buffer, X931_AES_KEYLEN, std_rng_context);
670 get_random (rng_ctx->seed_V, 16, std_rng_context);
689 get_random (void *buffer, size_t length, rng_context_t rng_ctx)
828 get_random (buffer, length, strong_rng_context);
830 get_random (buffer, length, std_rng_context);
842 get_random (buffer, length, nonce_context);
1102 get_random (buffer, buflen, test_ctx);
688 get_random (void *buffer, size_t length, rng_context_t rng_ctx) function

Completed in 110 milliseconds

12