From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1756623AbcLNTat (ORCPT ); Wed, 14 Dec 2016 14:30:49 -0500 Received: from mail-yw0-f196.google.com ([209.85.161.196]:32975 "EHLO mail-yw0-f196.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751455AbcLNTar (ORCPT ); Wed, 14 Dec 2016 14:30:47 -0500 MIME-Version: 1.0 In-Reply-To: <20161214050551.GD9592@gondor.apana.org.au> References: <1480934922-20732-1-git-send-email-clabbe.montjoie@gmail.com> <20161205123705.GA10732@gondor.apana.org.au> <20161205125738.GA13525@Red> <20161207120900.GC20680@gondor.apana.org.au> <20161207125127.GB28218@Red> <20161208090618.GB22932@gondor.apana.org.au> <20161213141059.GB10647@Red> <20161214050551.GD9592@gondor.apana.org.au> From: PrasannaKumar Muralidharan Date: Thu, 15 Dec 2016 00:47:16 +0530 Message-ID: Subject: Re: [PATCH v2] crypto: sun4i-ss: support the Security System PRNG To: Herbert Xu Cc: Corentin Labbe , davem@davemloft.net, maxime.ripard@free-electrons.com, Chen-Yu Tsai , linux-kernel@vger.kernel.org, linux-crypto@vger.kernel.org, linux-arm-kernel@lists.infradead.org Content-Type: text/plain; charset=UTF-8 Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org >> I have found two solutions: > > No we already have algif_rng so let's not confuse things even > further by making hwrng take PRNGs. Even if both the solutions could not be adopted I think there must be a way for applications to use similar API to get true rng or prng. Given the case that no user complained about prng data when using /dev/hwrng is it safe to assume that the random data generated is acceptable for users? If so, the drivers can be left without any modification. Should there be a mandate that driver will be accepted only when it passes 'rngtest'. This will make sure that prng drivers won't get added in future. Regards, PrasannaKumar