Eric Biggers <ebiggers@xxxxxxxxxx> wrote: > From: Eric Biggers <ebiggers@xxxxxxxxxx> > > Since crypto_shash_setkey(), crypto_ahash_setkey(), > crypto_skcipher_setkey(), and crypto_aead_setkey() apparently need to > work in no-SIMD context on some architectures, make the self-tests cover > this scenario. Specifically, sometimes do the setkey while under > crypto_disable_simd_for_test(), and do this independently from disabling > SIMD for the other parts of the crypto operation since there is no > guarantee that all parts happen in the same context. (I.e., drivers > mustn't store the key in different formats for SIMD vs. no-SIMD.) > > Signed-off-by: Eric Biggers <ebiggers@xxxxxxxxxx> > --- > crypto/testmgr.c | 29 ++++++++++++++++++++++++----- > 1 file changed, 24 insertions(+), 5 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