Eric Biggers <ebiggers@xxxxxxxxxx> wrote: > To prepare HMAC keys, just use the library functions instead of > crypto_shash. This is much simpler, avoids depending on the fragile > export_core and import_core methods, and is faster too. > > Acked-by: Giovanni Cabiddu <giovanni.cabiddu@xxxxxxxxx> > Signed-off-by: Eric Biggers <ebiggers@xxxxxxxxxx> > --- > > This is the same diff as v1, but with an updated commit message and now > targeting cryptodev/master instead of libcrypto-fixes. Since I'm going > with > https://lore.kernel.org/r/20250901165013.48649-1-ebiggers@xxxxxxxxxx/ to > fix the reported regression instead, this patch is now "just" a library > conversion and not a fix per se. If needed I'd be glad to take this > through libcrypto-next instead, but usually these conversions have been > going through subsystem trees (which is Herbert's in this case). > > drivers/crypto/intel/qat/Kconfig | 7 +- > .../crypto/intel/qat/qat_common/qat_algs.c | 191 ++++++------------ > 2 files changed, 61 insertions(+), 137 deletions(-) Patch applied. Thanks. -- Email: Herbert Xu <herbert@xxxxxxxxxxxxxxxxxxx> Home Page: http://gondor.apana.org.au/~herbert/ PGP Key: http://gondor.apana.org.au/~herbert/pubkey.txt