Re: [PATCH 12/38] crypto: drbg - Remove support for CTR_DRBG

From: Eric Biggers

Date: Mon Apr 20 2026 - 16:56:48 EST


On Mon, Apr 20, 2026 at 09:54:48PM +0200, Stephan Mueller wrote:
> > Note that the only way to select it
>
> The selection would always be done during compile time for those vendors.

Again, even if someone were to want to do that for some reason, the
status quo is that it's not supported. That is, currently you can set
CONFIG_CRYPTO_DRBG_CTR=y, but "stdrng" is still HMAC_DRBG regardless.

- Eric