Home
last modified time | relevance | path

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

/linux-4.19.296/crypto/
Dxor.c32 static struct xor_block_template *active_template; variable
41 active_template->do_2(bytes, dest, p1); in xor_blocks()
47 active_template->do_3(bytes, dest, p1, p2); in xor_blocks()
53 active_template->do_4(bytes, dest, p1, p2, p3); in xor_blocks()
58 active_template->do_5(bytes, dest, p1, p2, p3, p4); in xor_blocks()
153 active_template = fastest; in calibrate_xor_blocks()