Re: [PATCH v3 3/6] crypto: Add Qcom prng driver

From: Timur Tabi
Date: Wed Jul 04 2018 - 09:45:10 EST


On 7/4/18 1:10 AM, Vinod wrote:
Okay so I rechecked this, the hardware gives 32 bits of random data. I
am thinking of splitting the word and updating by each byte. That way
trailing zero can also be avoided which is the case now

The current driver only returns data in multiples of 4 bytes. Why can't you keep that?