Lines Matching full:trng
3 * s390 TRNG device driver
5 * Driver for the TRNG (true random number generation) command
12 #define KMSG_COMPONENT "trng"
29 MODULE_DESCRIPTION("s390 CPACF TRNG device driver");
32 /* trng related debug feature things */
42 /* trng helpers */
115 "trng: %llu\n" in trng_counter_show()
123 "trng: %llu\n" in trng_counter_show()
155 .name = "trng",
195 * The trng is suppost to have 100% entropy, and thus
199 .name = "s390-trng",
210 debug_info = debug_register("trng", 1, 1, 4 * sizeof(long)); in trng_debug_init()