Searched refs:pipe_in (Results 1 – 2 of 2) sorted by relevance
/external/ppp/pppd/plugins/ |
D | winbind.c | 265 FILE *pipe_in; in run_ntlm_auth() local 319 pipe_in = fdopen(child_in[1], "w"); in run_ntlm_auth() 327 fprintf(pipe_in, "Username:: %s\n", b64_username); in run_ntlm_auth() 333 fprintf(pipe_in, "NT-Domain:: %s\n", b64_domain); in run_ntlm_auth() 339 fprintf(pipe_in, "Full-Username:: %s\n", b64_full_username); in run_ntlm_auth() 345 fprintf(pipe_in, "Password:: %s\n", b64_plaintext_password); in run_ntlm_auth() 350 fprintf(pipe_in, "Request-User-Session-Key: yes\n"); in run_ntlm_auth() 357 fprintf(pipe_in, "LANMAN-Challenge: %s\n", challenge_hex); in run_ntlm_auth() 367 fprintf(pipe_in, "LANMAN-response: %s\n", lm_hex_hash); in run_ntlm_auth() 377 fprintf(pipe_in, "NT-response: %s\n", nt_hex_hash); in run_ntlm_auth() [all …]
|
/external/crosvm/io_uring/src/ |
D | uring.rs | 1243 let (pipe_out, mut pipe_in) = pipe(true).unwrap(); in wake_with_nop() 1284 pipe_in.write_all(&BUF_DATA).unwrap(); in wake_with_nop()
|