RE: Information required on how to provide reseed input to DRBG

2020-08-16 Thread Bhat, Jayalakshmi Manjunath
@vger.kernel.org; Bhat, Jayalakshmi Manjunath Subject: Re: Information required on how to provide reseed input to DRBG Am Donnerstag, 13. August 2020, 17:56:49 CEST schrieb Bhat, Jayalakshmi Manjunath: Hi Jayalakshmi, > Hi Stephen, > > Thanks you very much on the response. I actu

Re: Information required on how to provide reseed input to DRBG

2020-08-14 Thread Stephan Mueller
I use " additionalInput" and " entropyInput" from > reSeed section. > > I could see only below APIs available to set the values. > crypto_drbg_get_bytes_addtl_test { crypto_rng_set_entropy, > crypto_rng_generate) crypto_drbg_reset_test {crypto_rng_set_entropy, >

RE: Information required on how to provide reseed input to DRBG

2020-08-13 Thread Bhat, Jayalakshmi Manjunath
to_drbg_get_bytes_addtl_test { crypto_rng_set_entropy, crypto_rng_generate) crypto_drbg_reset_test {crypto_rng_set_entropy, crypto_rng_reset} crypto_drbg_get_bytes_addtl { crypto_rng_generate) I am not seeing any API to input reseed values or to trigger reseed? Regards, Jaya -Original M

Re: Information required on how to provide reseed input to DRBG

2020-08-13 Thread Stephan Mueller
Am Donnerstag, 13. August 2020, 11:01:27 CEST schrieb Bhat, Jayalakshmi Manjunath: Hi Jayalakshmi, > Hi All, > > I could successfully execute the CAVS test for DRBG with > ""predResistanceEnabled" : true" reseedImplemented": false. > > I am trying to execute the tests with "predResistanceEnab