Searched refs:postponed (Results 1 - 7 of 7) sorted by relevance

/freebsd-10.0-release/crypto/openssh/
H A Dauth2-chall.c188 * try challenge-response, set authctxt->postponed if we have to
217 /* side effect: sets authctxt->postponed if a reply was sent*/
244 authctxt->postponed = 1;
299 authctxt->postponed = 0; /* reset */
328 authctxt->postponed = 1;
335 if (!authctxt->postponed) {
340 /* may set authctxt->postponed */
H A Dauth2-gss.c128 authctxt->postponed = 1;
163 authctxt->postponed = 0;
245 authctxt->postponed = 0;
285 authctxt->postponed = 0;
H A Dauth2.c313 authctxt->postponed = 0;
339 if (authenticated && authctxt->postponed)
340 fatal("INTERNAL ERROR: authenticated and postponed");
361 if (authctxt->postponed)
H A Dauth.c280 if (use_privsep && !mm_is_monitor() && !authctxt->postponed)
290 if (authctxt->postponed)
312 if (authenticated == 0 && !authctxt->postponed &&
325 if (authenticated == 0 && !authctxt->postponed)
H A Dauth.h52 int postponed; /* authentication needs another step */ member in struct:Authctxt
H A Dauth2-jpake.c369 * Note, sets authctxt->postponed while in subprotocol
417 authctxt->postponed = 1;
556 authctxt->postponed = 0;
H A Dauth2-pubkey.c178 authctxt->postponed = 1;

Completed in 87 milliseconds