Searched refs:rand (Results 1 – 8 of 8) sorted by relevance
27 int rand(void);
507 int (*rand)(void *a, int size); member
230 #define mp_rand(a, b) ltc_mp.rand(a, b)
1627 switch (rand() & 0x3) { in bget_main_test()1641 hdr_size = (rand() & 0x3) * BGET_HDR_QUANTUM; in bget_main_test()1715 bs = (rand() & (ExpIncr * 4 - 1)) / (1 << (rand() & 0x7)); in bget_main_test()
705 .rand = mpi_rand,
1836 int rand(void) in rand() function
2445 output[i] = rand(); in myrand()
780 * Use arc4random_buf on NetBSD instead of rand implementation with cyclical3353 * On OpenBSD, use arc4random_buf() instead of rand() to prevent warnings3783 * On OpenBSD, use arc4random_buf() instead of rand() to prevent warnings4311 * Removed dependency on rand() in rsa_pkcs1_encrypt().
Completed in 21 milliseconds