Searched refs:bin_func (Results 1 – 2 of 2) sorted by relevance
380 void * (*bin_func)(void *, const void *, size_t); in hre_execute_op() local417 bin_func = memcpy; in hre_execute_op()420 bin_func = compute_xor; in hre_execute_op()423 bin_func = compute_and; in hre_execute_op()426 bin_func = compute_or; in hre_execute_op()429 bin_func = compute_extend; in hre_execute_op()452 bin_func(dst_reg->digest, src_buf, 20); in hre_execute_op()
610 void * (*bin_func)(void *, const void *, size_t); in hre_execute_op() local647 bin_func = memcpy; in hre_execute_op()650 bin_func = compute_xor; in hre_execute_op()653 bin_func = compute_and; in hre_execute_op()656 bin_func = compute_or; in hre_execute_op()659 bin_func = compute_extend; in hre_execute_op()682 bin_func(dst_reg->digest, src_buf, 20); in hre_execute_op()