Home
last modified time | relevance | path

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

/openbmc/linux/crypto/
H A 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()
66 active_template = XOR_SELECT_TEMPLATE(NULL); in register_xor_blocks()
68 if (!active_template) { in register_xor_blocks()
73 active_template = template_list; in register_xor_blocks()
159 active_template = fastest; in calibrate_xor_blocks()