Lines Matching full:random
1 /* test random number generator APIs */
10 * This tests the following random number routines:
18 #include <random/rand32.h>
38 /* Test early boot random number generation function */ in test_rand32()
50 printk("Generating random numbers\n"); in test_rand32()
70 "random numbers returned same value with high probability"); in test_rand32()
73 printk("Generating bulk fill random numbers\n"); in test_rand32()
87 "random numbers returned same value with high probability"); in test_rand32()
92 printk("Generating bulk fill cryptographically secure random numbers\n"); in test_rand32()
107 "random numbers returned same value with high probability"); in test_rand32()
112 printk("Cryptographically secure random number APIs not enabled\n"); in test_rand32()