Home
last modified time | relevance | path

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

/external/openssh/
Dreadconf.h54 char *kbd_interactive_devices; /* Keyboard-interactive auth devices. */ member
Dreadconf.c458 charptr = &options->kbd_interactive_devices; in process_config_line()
1144 options->kbd_interactive_devices = NULL; in initialize_options()
Dsshconnect2.c1508 packet_put_cstring(options.kbd_interactive_devices ? in userauth_kbdint()
1509 options.kbd_interactive_devices : ""); in userauth_kbdint()