Searched refs:bin_func (Results 1 – 2 of 2) sorted by relevance
379 void * (*bin_func)(void *, const void *, size_t); in hre_execute_op() local416 bin_func = memcpy; in hre_execute_op()419 bin_func = compute_xor; in hre_execute_op()422 bin_func = compute_and; in hre_execute_op()425 bin_func = compute_or; in hre_execute_op()428 bin_func = compute_extend; in hre_execute_op()451 bin_func(dst_reg->digest, src_buf, 20); in hre_execute_op()
609 void * (*bin_func)(void *, const void *, size_t); in hre_execute_op() local646 bin_func = memcpy; in hre_execute_op()649 bin_func = compute_xor; in hre_execute_op()652 bin_func = compute_and; in hre_execute_op()655 bin_func = compute_or; in hre_execute_op()658 bin_func = compute_extend; in hre_execute_op()681 bin_func(dst_reg->digest, src_buf, 20); in hre_execute_op()