Lines Matching full:trng
3 * s390 TRNG device driver
5 * Driver for the TRNG (true random number generation) command
12 #define KMSG_COMPONENT "trng"
30 MODULE_DESCRIPTION("s390 CPACF TRNG device driver");
33 /* trng related debug feature things */
43 /* trng helpers */
115 "trng: %llu\n" in trng_counter_show()
147 .name = "trng",
187 * The trng is supposed to have 100% entropy, and thus we register with a very
192 .name = "s390-trng",
202 debug_info = debug_register("trng", 1, 1, 4 * sizeof(long)); in trng_debug_init()