Searched refs:rand (Results 1 – 8 of 8) sorted by relevance
27 int rand(void);
507 int (*rand)(void *a, int size); member
255 #define mp_rand(a, b) ltc_mp.rand(a, b)
1688 switch (rand() & 0x3) { in bget_main_test()1702 hdr_size = (rand() & 0x3) * BGET_HDR_QUANTUM; in bget_main_test()1776 bs = (rand() & (ExpIncr * 4 - 1)) / (1 << (rand() & 0x7)); in bget_main_test()
704 .rand = mpi_rand,
2908 output[i] = rand(); in myrand()
2420 int rand(void) in rand() function
2669 * Use arc4random_buf on NetBSD instead of rand implementation with cyclical5242 * On OpenBSD, use arc4random_buf() instead of rand() to prevent warnings5672 * On OpenBSD, use arc4random_buf() instead of rand() to prevent warnings6200 * Removed dependency on rand() in rsa_pkcs1_encrypt().