Home
last modified time | relevance | path

Searched refs:rand (Results 1 – 8 of 8) sorted by relevance

/optee_os/lib/libutils/isoc/include/
H A Dstdlib.h27 int rand(void);
/optee_os/core/lib/libtomcrypt/src/headers/
H A Dtomcrypt_math.h507 int (*rand)(void *a, int size); member
H A Dtomcrypt_private.h255 #define mp_rand(a, b) ltc_mp.rand(a, b)
/optee_os/lib/libutils/isoc/
H A Dbget.c1688 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()
/optee_os/core/lib/libtomcrypt/
H A Dmpi_desc.c704 .rand = mpi_rand,
/optee_os/lib/libmbedtls/mbedtls/library/
H A Drsa.c2908 output[i] = rand(); in myrand()
/optee_os/lib/libutee/
H A Dtee_api_operations.c2420 int rand(void) in rand() function
/optee_os/lib/libmbedtls/mbedtls/
H A DChangeLog2669 * Use arc4random_buf on NetBSD instead of rand implementation with cyclical
5242 * On OpenBSD, use arc4random_buf() instead of rand() to prevent warnings
5672 * On OpenBSD, use arc4random_buf() instead of rand() to prevent warnings
6200 * Removed dependency on rand() in rsa_pkcs1_encrypt().