Home
last modified time | relevance | path

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

/linux-4.1.27/crypto/
Dxor.c28 static struct xor_block_template *active_template; variable
37 active_template->do_2(bytes, dest, p1); in xor_blocks()
43 active_template->do_3(bytes, dest, p1, p2); in xor_blocks()
49 active_template->do_4(bytes, dest, p1, p2, p3); in xor_blocks()
54 active_template->do_5(bytes, dest, p1, p2, p3, p4); in xor_blocks()
159 active_template = fastest; in calibrate_xor_blocks()