Home
last modified time | relevance | path

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

/freebsd-12-stable/crypto/heimdal/lib/krb5/
Dprompter_posix.c41 int num_prompts, in krb5_prompter_posix() argument
52 for (i = 0; i < num_prompts; ++i) { in krb5_prompter_posix()
/freebsd-12-stable/crypto/heimdal/kpasswd/
Dkpasswd-generator.c70 int num_prompts, in nop_prompter() argument
/freebsd-12-stable/crypto/heimdal/doc/
Dinit-creds15 int num_prompts,
121 The num_prompts argument indicates the number of values which
122 should be prompted for. If num_prompts == 0, then the banner
/freebsd-12-stable/crypto/openssh/
Dsshconnect2.c1979 u_int num_prompts, i; in input_userauth_info_req() local
1998 if ((r = sshpkt_get_u32(ssh, &num_prompts)) != 0) in input_userauth_info_req()
2007 (r = sshpkt_put_u32(ssh, num_prompts)) != 0) in input_userauth_info_req()
2010 debug2_f("num_prompts %d", num_prompts); in input_userauth_info_req()
2011 for (i = 0; i < num_prompts; i++) { in input_userauth_info_req()