summaryrefslogtreecommitdiff
path: root/MAINTAINERS
diff options
context:
space:
mode:
authorEric Biggers <ebiggers@google.com>2024-05-27 01:05:39 -0700
committerHerbert Xu <herbert@gondor.apana.org.au>2024-06-07 19:46:38 +0800
commitfa501bf25eb353422a0c966ed91662051edac839 (patch)
tree4633b512498c3fcc7d3da15ad31d43b0a052f4e8 /MAINTAINERS
parentaabbf2135f9a9526991f17cb0c78cf1ec878f1c2 (diff)
crypto: testmgr - test setkey in no-SIMD context
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@google.com> Signed-off-by: Herbert Xu <herbert@gondor.apana.org.au>
Diffstat (limited to 'MAINTAINERS')
0 files changed, 0 insertions, 0 deletions