Home
last modified time | relevance | path

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

/openbmc/linux/tools/testing/selftests/arm64/pauth/
H A Dpac.c95 int new_stdout[2]; in exec_sign_all() local
108 ret = pipe(new_stdout); in exec_sign_all()
137 dup2(new_stdout[1], STDOUT_FILENO); in exec_sign_all()
145 close(new_stdout[0]); in exec_sign_all()
146 close(new_stdout[1]); in exec_sign_all()
156 close(new_stdout[1]); in exec_sign_all()
179 ret = read(new_stdout[0], signed_vals, sizeof(struct signatures)); in exec_sign_all()