Searched refs:myrand (Results 1 – 2 of 2) sorted by relevance
| /optee_os/lib/libutils/isoc/ |
| H A D | bget.c | 1474 static int myrand(void) in myrand() function 1527 int i = myrand() & 0x3; 1681 bufsize bs = pow(x, (double) (myrand() & (ExpIncr - 1))); in bget_main_test() 1683 bufsize bs = (myrand() & (ExpIncr * 4 - 1)) / (1 << (myrand() & 0x7)); in bget_main_test() 1706 if (myrand() & 0x400) { in bget_main_test() 1736 if ((myrand() & 0x10) == 0) { in bget_main_test() 1738 int j = myrand() & 0x3; in bget_main_test() 1758 if ((myrand() & 0x20) == 0) { in bget_main_test() 1760 int j = myrand() & 0x3; in bget_main_test() 1774 bs = pow(x, (double) (myrand() & (ExpIncr - 1))); in bget_main_test()
|
| /optee_os/lib/libmbedtls/mbedtls/library/ |
| H A D | rsa.c | 2898 static int myrand(void *rng_state, unsigned char *output, size_t len) in myrand() function 2976 if (mbedtls_rsa_pkcs1_encrypt(&rsa, myrand, NULL, in mbedtls_rsa_self_test() 2991 if (mbedtls_rsa_pkcs1_decrypt(&rsa, myrand, NULL, in mbedtls_rsa_self_test() 3029 if (mbedtls_rsa_pkcs1_sign(&rsa, myrand, NULL, in mbedtls_rsa_self_test()
|