Searched refs:bin_func (Results 1 – 2 of 2) sorted by relevance
389 void * (*bin_func)(void *, const void *, size_t); in hre_execute_op() local427 bin_func = memcpy; in hre_execute_op()430 bin_func = compute_xor; in hre_execute_op()433 bin_func = compute_and; in hre_execute_op()436 bin_func = compute_or; in hre_execute_op()439 bin_func = compute_extend; in hre_execute_op()462 bin_func(dst_reg->digest, src_buf, 20); in hre_execute_op()
628 void * (*bin_func)(void *, const void *, size_t); in hre_execute_op() local666 bin_func = memcpy; in hre_execute_op()669 bin_func = compute_xor; in hre_execute_op()672 bin_func = compute_and; in hre_execute_op()675 bin_func = compute_or; in hre_execute_op()678 bin_func = compute_extend; in hre_execute_op()701 bin_func(dst_reg->digest, src_buf, 20); in hre_execute_op()