[PATCH v2] crypto: run qcrypto_pbkdf2_count_iters in a new thread

2024-09-04 Thread Tiago Pasqualini
://lore.kernel.org/lkml/20221226031010.4079885-1-maxing@bytedance.com/t/#m1c7f2fdc0ea742776a70fd1aa2a2e414c437f534 Resolves: #2398 Signed-off-by: Tiago Pasqualini --- crypto/pbkdf.c | 53 +++--- 1 file changed, 46 insertions(+), 7 deletions(-) diff --git a

Re: [PATCH] crypto: run qcrypto_pbkdf2_count_iters in a new thread

2024-08-23 Thread Tiago Pasqualini
31011694.16989.16351419333851309713.tip-bot2@tip-bot2/ > [2] > https://lore.kernel.org/lkml/20221226031010.4079885-1-maxing@bytedance.com/t/#m1c7f2fdc0ea742776a70fd1aa2a2e414c437f534 > > Resolves: #2398 > Signed-off-by: Tiago Pasqualini > --- > crypto/pbkdf.c

[PATCH] crypto: run qcrypto_pbkdf2_count_iters in a new thread

2024-08-13 Thread Tiago Pasqualini
://lore.kernel.org/lkml/20221226031010.4079885-1-maxing@bytedance.com/t/#m1c7f2fdc0ea742776a70fd1aa2a2e414c437f534 Resolves: #2398 Signed-off-by: Tiago Pasqualini --- crypto/pbkdf.c | 42 +++--- include/crypto/pbkdf.h | 10 ++ 2 files changed, 45