Lines Matching refs:mon_dispatch

302 struct mon_table *mon_dispatch;  variable
322 struct mon_table *ent = mon_dispatch; in monitor_permit_authentications()
351 mon_dispatch = mon_dispatch_proto20; in monitor_child_preauth()
354 monitor_permit(mon_dispatch, MONITOR_REQ_MODULI, 1); in monitor_child_preauth()
355 monitor_permit(mon_dispatch, MONITOR_REQ_SIGN, 1); in monitor_child_preauth()
357 mon_dispatch = mon_dispatch_proto15; in monitor_child_preauth()
359 monitor_permit(mon_dispatch, MONITOR_REQ_SESSKEY, 1); in monitor_child_preauth()
367 authenticated = (monitor_read(pmonitor, mon_dispatch, &ent) == 1); in monitor_child_preauth()
458 mon_dispatch = mon_dispatch_postauth20; in monitor_child_postauth()
461 monitor_permit(mon_dispatch, MONITOR_REQ_MODULI, 1); in monitor_child_postauth()
462 monitor_permit(mon_dispatch, MONITOR_REQ_SIGN, 1); in monitor_child_postauth()
463 monitor_permit(mon_dispatch, MONITOR_REQ_TERM, 1); in monitor_child_postauth()
465 mon_dispatch = mon_dispatch_postauth15; in monitor_child_postauth()
466 monitor_permit(mon_dispatch, MONITOR_REQ_TERM, 1); in monitor_child_postauth()
469 monitor_permit(mon_dispatch, MONITOR_REQ_PTY, 1); in monitor_child_postauth()
470 monitor_permit(mon_dispatch, MONITOR_REQ_PTYCLEANUP, 1); in monitor_child_postauth()
474 monitor_read(pmonitor, mon_dispatch, NULL); in monitor_child_postauth()
777 monitor_permit(mon_dispatch, MONITOR_REQ_PWNAM, 1); in mm_answer_sign()
864 monitor_permit(mon_dispatch, MONITOR_REQ_AUTHSERV, 1); in mm_answer_pwnamallow()
865 monitor_permit(mon_dispatch, MONITOR_REQ_AUTH2_READ_BANNER, 1); in mm_answer_pwnamallow()
869 monitor_permit(mon_dispatch, MONITOR_REQ_PAM_START, 1); in mm_answer_pwnamallow()
1063 monitor_permit(mon_dispatch, MONITOR_REQ_PAM_ACCOUNT, 1); in mm_answer_pam_start()
1099 monitor_permit(mon_dispatch, MONITOR_REQ_PAM_FREE_CTX, 1); in mm_answer_pam_init_ctx()
1290 monitor_permit(mon_dispatch, MONITOR_REQ_RSACHALLENGE, allowed); in mm_answer_keyallowed()
1603 monitor_permit(mon_dispatch, MONITOR_REQ_SESSKEY, 0); in mm_answer_sesskey()
1621 monitor_permit(mon_dispatch, MONITOR_REQ_SESSID, 1); in mm_answer_sesskey()
1639 monitor_permit(mon_dispatch, MONITOR_REQ_PWNAM, 1); in mm_answer_sessid()
1686 monitor_permit(mon_dispatch, MONITOR_REQ_RSACHALLENGE, allowed); in mm_answer_rsa_keyallowed()
1687 monitor_permit(mon_dispatch, MONITOR_REQ_RSARESPONSE, 0); in mm_answer_rsa_keyallowed()
1722 monitor_permit(mon_dispatch, MONITOR_REQ_RSARESPONSE, 1); in mm_answer_rsa_challenge()
1980 monitor_permit(mon_dispatch, MONITOR_REQ_GSSSTEP, 1); in mm_answer_gss_setup_ctx()
2008 monitor_permit(mon_dispatch, MONITOR_REQ_GSSSTEP, 0); in mm_answer_gss_accept_ctx()
2009 monitor_permit(mon_dispatch, MONITOR_REQ_GSSUSEROK, 1); in mm_answer_gss_accept_ctx()
2010 monitor_permit(mon_dispatch, MONITOR_REQ_GSSCHECKMIC, 1); in mm_answer_gss_accept_ctx()
2038 monitor_permit(mon_dispatch, MONITOR_REQ_GSSUSEROK, 1); in mm_answer_gss_checkmic()