Home
last modified time | relevance | path

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

/freebsd/crypto/heimdal/lib/krb5/
H A Dprompter_posix.c41 int num_prompts, in krb5_prompter_posix() argument
52 for (i = 0; i < num_prompts; ++i) { in krb5_prompter_posix()
/freebsd/crypto/heimdal/kpasswd/
H A Dkpasswd-generator.c70 int num_prompts, in nop_prompter() argument
/freebsd/crypto/heimdal/doc/
H A 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/crypto/openssh/
H A Dsshconnect2.c1949 u_int num_prompts, i; in input_userauth_info_req() local
1968 if ((r = sshpkt_get_u32(ssh, &num_prompts)) != 0) in input_userauth_info_req()
1977 (r = sshpkt_put_u32(ssh, num_prompts)) != 0) in input_userauth_info_req()
1980 debug2_f("num_prompts %d", num_prompts); in input_userauth_info_req()
1981 for (i = 0; i < num_prompts; i++) { in input_userauth_info_req()