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

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/openvpn-2.3.1/src/openvpn/
H A Dconsole.h31 get_console_input (const char *prompt, const bool echo, char *input, const int capacity);
H A Dconsole.c191 get_console_input (const char *prompt, const bool echo, char *input, const int capacity) function
H A Dmisc.c1088 if (!get_console_input (BSTR (&user_prompt), true, up->password, USER_PASS_LEN))
1111 if (!get_console_input ("Response:", BOOL_CAST(ac->flags&CR_ECHO), response, USER_PASS_LEN))
1132 if (!get_console_input (BSTR (&user_prompt), true, up->username, USER_PASS_LEN))
1138 if (!get_console_input (BSTR (&pass_prompt), false, up->password, USER_PASS_LEN))
1149 if (!get_console_input ("Response:", BOOL_CAST(flags & GET_USER_PASS_STATIC_CHALLENGE_ECHO), response, USER_PASS_LEN))
H A Dpkcs11.c753 if (!get_console_input (BSTR (&pass_prompt), false, pin, pin_max)) {

Completed in 97 milliseconds