Home
last modified time | relevance | path

Searched refs:dst_divs (Results 1 - 2 of 2) sorted by relevance

/kernel/linux/linux-6.6/crypto/
H A Dtestmgr.c285 * @dst_divs: description of how to arrange the dst scatterlist, if applicable
302 struct test_sg_division dst_divs[XBUFSIZE]; member
363 .dst_divs = {
519 if (cfg->dst_divs[0].proportion_of_total) { in valid_testvec_config()
520 if (!valid_sg_divisions(cfg->dst_divs, in valid_testvec_config()
521 ARRAY_SIZE(cfg->dst_divs), &flags)) in valid_testvec_config()
524 if (memchr_inv(cfg->dst_divs, 0, sizeof(cfg->dst_divs))) in valid_testvec_config()
526 /* defaults to dst_divs=src_divs */ in valid_testvec_config()
813 cfg->dst_divs[ in build_cipher_test_sglists()
[all...]
/kernel/linux/linux-5.10/crypto/
H A Dtestmgr.c271 * @dst_divs: description of how to arrange the dst scatterlist, if applicable
288 struct test_sg_division dst_divs[XBUFSIZE]; member
492 if (cfg->dst_divs[0].proportion_of_total) { in valid_testvec_config()
493 if (!valid_sg_divisions(cfg->dst_divs, in valid_testvec_config()
494 ARRAY_SIZE(cfg->dst_divs), &flags)) in valid_testvec_config()
497 if (memchr_inv(cfg->dst_divs, 0, sizeof(cfg->dst_divs))) in valid_testvec_config()
499 /* defaults to dst_divs=src_divs */ in valid_testvec_config()
765 cfg->dst_divs[0].proportion_of_total ? in build_cipher_test_sglists()
766 cfg->dst_divs in build_cipher_test_sglists()
[all...]

Completed in 6 milliseconds