From: Alan Cox <alan@lxorguk.ukuu.org.uk> Date: Fri, 16 May 2008 10:56:35 +0100This does remind me of a deficiency in the current hwrng driver layer that I noticed while working on the Niagara2 RNG driver. If the device allows tweaking of settings (selecting different voltage oscillators per entropy source in my case) we really need some way to test the randomness generated by different setting so that we can make an optimal choice. One common scheme is to compute the Renyi entropy for blocks of random data using the various settings, something else we don't want in the kernel. So we would need some kind of interface so that userland could handle something like that. Something like: 1) Export number of possible configurations to userspace 2) Allow userspace to simply iterate over the configurations, something as simple as just specifying an integer index in the range 0 to num_configs Then userspace can do randomness analysis of the different configurations however it and the user's choosen policy dictate. -- To unsubscribe from this list: send the line "unsubscribe netdev" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html
| David Miller | Re: [PATCH] Stop pmac_zilog from abusing 8250's device numbers. |
| Andrew Morton | Re: Dual-Licensing Linux Kernel with GPL V2 and GPL V3 |
| Greg Kroah-Hartman | [PATCH 010/196] Chinese: add translation of Codingstyle |
| Jan Engelhardt | intel iommu (Re: -mm merge plans for 2.6.23) |
| Gerrit Renker | [PATCH 27/37] dccp: Integration of dynamic feature activation - part 2 (server side) |
| David Miller | Re: [GIT]: Networking |
| Jarek Poplawski | Re: [PATCH] pkt_sched: Destroy gen estimators under rtnl_lock(). |
| Felix von Leitner | socket api problem: can't bind an ipv6 socket to ::ffff:0.0.0.0 |
git: | |
