Home
last modified time | relevance | path

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

/optee_os-3.20.0/lib/libutils/isoc/include/
A Dstdlib.h27 int rand(void);
/optee_os-3.20.0/core/lib/libtomcrypt/src/headers/
A Dtomcrypt_math.h507 int (*rand)(void *a, int size); member
A Dtomcrypt_private.h230 #define mp_rand(a, b) ltc_mp.rand(a, b)
/optee_os-3.20.0/lib/libutils/isoc/
A Dbget.c1627 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()
/optee_os-3.20.0/core/lib/libtomcrypt/
A Dmpi_desc.c705 .rand = mpi_rand,
/optee_os-3.20.0/lib/libutee/
A Dtee_api_operations.c1836 int rand(void) in rand() function
/optee_os-3.20.0/lib/libmbedtls/mbedtls/library/
A Drsa.c2445 output[i] = rand(); in myrand()
/optee_os-3.20.0/lib/libmbedtls/mbedtls/
A DChangeLog780 * Use arc4random_buf on NetBSD instead of rand implementation with cyclical
3353 * On OpenBSD, use arc4random_buf() instead of rand() to prevent warnings
3783 * On OpenBSD, use arc4random_buf() instead of rand() to prevent warnings
4311 * Removed dependency on rand() in rsa_pkcs1_encrypt().

Completed in 21 milliseconds