Searched refs:user_prompt (Results 1 - 1 of 1) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/openvpn-2.3.1/src/openvpn/
H A Dmisc.c1084 struct buffer user_prompt = alloc_buf_gc (128, &gc); local
1086 buf_printf (&user_prompt, "NEED-OK|%s|%s:", prefix, up->username);
1088 if (!get_console_input (BSTR (&user_prompt), true, up->password, USER_PASS_LEN))
1124 struct buffer user_prompt = alloc_buf_gc (128, &gc); local
1127 buf_printf (&user_prompt, "Enter %s Username:", prefix);
1132 if (!get_console_input (BSTR (&user_prompt), true, up->username, USER_PASS_LEN))

Completed in 153 milliseconds