Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux
1
fork

Configure Feed

Select the types of activity you want to include in your feed.

crypto: testmgr - add diff-splits of src/dst into default cipher config

This type of request is often happened in AF_ALG cases.
So add this vector in default cipher config array.

Signed-off-by: Zhang Yiqun <zhangyiqun@phytium.com.cn>
Reviewed-by: Eric Biggers <ebiggers@google.com>
Signed-off-by: Herbert Xu <herbert@gondor.apana.org.au>

authored by

Zhang Yiqun and committed by
Herbert Xu
acd4045d 4e4a0886

+8
+8
crypto/testmgr.c
··· 357 357 { .proportion_of_total = 5000 }, 358 358 }, 359 359 }, { 360 + .name = "one src, two even splits dst", 361 + .inplace_mode = OUT_OF_PLACE, 362 + .src_divs = { { .proportion_of_total = 10000 } }, 363 + .dst_divs = { 364 + { .proportion_of_total = 5000 }, 365 + { .proportion_of_total = 5000 }, 366 + }, 367 + }, { 360 368 .name = "uneven misaligned splits, may sleep", 361 369 .req_flags = CRYPTO_TFM_REQ_MAY_SLEEP, 362 370 .src_divs = {