Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > linux.kernel > #1621010 > unrolled thread
| Started by | Krzysztof Kozlowski <krzk@kernel.org> |
|---|---|
| First post | 2017-04-11 10:20 +0200 |
| Last post | 2017-04-11 10:20 +0200 |
| Articles | 1 — 1 participant |
Back to article view | Back to linux.kernel
This discussion starts older than the indexed window; earlier articles aren't shown. The article labeled Started by
below is the oldest one visible, not the original post.
Re: [PATCH v4 2/2] crypto: hw_random - Add new Exynos RNG driver Krzysztof Kozlowski <krzk@kernel.org> - 2017-04-11 10:20 +0200
| From | Krzysztof Kozlowski <krzk@kernel.org> |
|---|---|
| Date | 2017-04-11 10:20 +0200 |
| Subject | Re: [PATCH v4 2/2] crypto: hw_random - Add new Exynos RNG driver |
| Message-ID | <tuZbP-4s3-3@gated-at.bofh.it> |
On Mon, Apr 10, 2017 at 12:55 PM, Herbert Xu
<herbert@gondor.apana.org.au> wrote:
> On Sat, Apr 08, 2017 at 03:32:45PM +0200, Krzysztof Kozlowski wrote:
>>
>> +static struct rng_alg exynos_rng_alg = {
>> + .generate = exynos_rng_generate,
>> + .seed = exynos_rng_seed,
>> + .seedsize = EXYNOS_RNG_SEED_SIZE,
>> + .base = {
>> + .cra_name = "exynos_rng",
>
> Please use stdrng. Or is there a reason why this can't be used
> by the crypto layer itself?
I think there is no reason against, I'll fix it.
Best regards,
Krzysztof
Back to top | Article view | linux.kernel
csiph-web