Home
last modified time | relevance | path

Searched refs:active_template (Results 1 – 1 of 1) sorted by relevance

/Linux-v5.4/crypto/
Dxor.c24 static struct xor_block_template *active_template; variable
33 active_template->do_2(bytes, dest, p1); in xor_blocks()
39 active_template->do_3(bytes, dest, p1, p2); in xor_blocks()
45 active_template->do_4(bytes, dest, p1, p2, p3); in xor_blocks()
50 active_template->do_5(bytes, dest, p1, p2, p3, p4); in xor_blocks()
145 active_template = fastest; in calibrate_xor_blocks()