| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2025-10-17 | crypto: drbg - make drbg_{ctr_bcc,kcapi_sym}() return *void* | Karina Yankevich | |
| drgb_kcapi_sym() always returns 0, so make it return void instead. Consequently, make drbg_ctr_bcc() return void too. Found by Linux Verification Center (linuxtesting.org) with the Svace static analysis tool. [Sergey: fixed the subject, refreshed the patch] Signed-off-by: Karina Yankevich <k.yankevich@omp.ru> Signed-off-by: Sergey Shtylyov <s.shtylyov@omp.ru> Signed-off-by: Herbert Xu <herbert@gondor.apana.org.au> | |||
| 2025-10-17 | crypto: drbg - Replace AES cipher calls with library calls | Harsh Jain | |
| Replace aes used in drbg with library calls. Signed-off-by: Harsh Jain <h.jain@amd.com> Signed-off-by: Herbert Xu <herbert@gondor.apana.org.au> | |||
| 2025-10-17 | crypto: drbg - Export CTR DRBG DF functions | Harsh Jain | |
| Export drbg_ctr_df() derivative function to new module df_sp80090. Signed-off-by: Harsh Jain <h.jain@amd.com> Signed-off-by: Herbert Xu <herbert@gondor.apana.org.au> | |||