Home
last modified time | relevance | path

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

/external/openssh/
Dreadpass.c127 const char *askpass_hint = NULL; in read_passphrase() local
165 askpass_hint = "confirm"; in read_passphrase()
166 if ((ret = ssh_askpass(askpass, prompt, askpass_hint)) == NULL) in read_passphrase()