Lines Matching refs:mon_dispatch

303 struct mon_table *mon_dispatch;  variable
323 struct mon_table *ent = mon_dispatch; in monitor_permit_authentications()
352 mon_dispatch = mon_dispatch_proto20; in monitor_child_preauth()
355 monitor_permit(mon_dispatch, MONITOR_REQ_MODULI, 1); in monitor_child_preauth()
356 monitor_permit(mon_dispatch, MONITOR_REQ_SIGN, 1); in monitor_child_preauth()
358 mon_dispatch = mon_dispatch_proto15; in monitor_child_preauth()
360 monitor_permit(mon_dispatch, MONITOR_REQ_SESSKEY, 1); in monitor_child_preauth()
368 authenticated = (monitor_read(pmonitor, mon_dispatch, &ent) == 1); in monitor_child_preauth()
459 mon_dispatch = mon_dispatch_postauth20; in monitor_child_postauth()
462 monitor_permit(mon_dispatch, MONITOR_REQ_MODULI, 1); in monitor_child_postauth()
463 monitor_permit(mon_dispatch, MONITOR_REQ_SIGN, 1); in monitor_child_postauth()
464 monitor_permit(mon_dispatch, MONITOR_REQ_TERM, 1); in monitor_child_postauth()
466 mon_dispatch = mon_dispatch_postauth15; in monitor_child_postauth()
467 monitor_permit(mon_dispatch, MONITOR_REQ_TERM, 1); in monitor_child_postauth()
470 monitor_permit(mon_dispatch, MONITOR_REQ_PTY, 1); in monitor_child_postauth()
471 monitor_permit(mon_dispatch, MONITOR_REQ_PTYCLEANUP, 1); in monitor_child_postauth()
475 monitor_read(pmonitor, mon_dispatch, NULL); in monitor_child_postauth()
778 monitor_permit(mon_dispatch, MONITOR_REQ_PWNAM, 1); in mm_answer_sign()
865 monitor_permit(mon_dispatch, MONITOR_REQ_AUTHSERV, 1); in mm_answer_pwnamallow()
866 monitor_permit(mon_dispatch, MONITOR_REQ_AUTH2_READ_BANNER, 1); in mm_answer_pwnamallow()
870 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()
1097 monitor_permit(mon_dispatch, MONITOR_REQ_PAM_FREE_CTX, 1); in mm_answer_pam_init_ctx()
1293 monitor_permit(mon_dispatch, MONITOR_REQ_RSACHALLENGE, allowed); in mm_answer_keyallowed()
1611 monitor_permit(mon_dispatch, MONITOR_REQ_SESSKEY, 0); in mm_answer_sesskey()
1629 monitor_permit(mon_dispatch, MONITOR_REQ_SESSID, 1); in mm_answer_sesskey()
1647 monitor_permit(mon_dispatch, MONITOR_REQ_PWNAM, 1); in mm_answer_sessid()
1694 monitor_permit(mon_dispatch, MONITOR_REQ_RSACHALLENGE, allowed); in mm_answer_rsa_keyallowed()
1695 monitor_permit(mon_dispatch, MONITOR_REQ_RSARESPONSE, 0); in mm_answer_rsa_keyallowed()
1730 monitor_permit(mon_dispatch, MONITOR_REQ_RSARESPONSE, 1); in mm_answer_rsa_challenge()
1991 monitor_permit(mon_dispatch, MONITOR_REQ_GSSSTEP, 1); in mm_answer_gss_setup_ctx()
2019 monitor_permit(mon_dispatch, MONITOR_REQ_GSSSTEP, 0); in mm_answer_gss_accept_ctx()
2020 monitor_permit(mon_dispatch, MONITOR_REQ_GSSUSEROK, 1); in mm_answer_gss_accept_ctx()
2021 monitor_permit(mon_dispatch, MONITOR_REQ_GSSCHECKMIC, 1); in mm_answer_gss_accept_ctx()
2049 monitor_permit(mon_dispatch, MONITOR_REQ_GSSUSEROK, 1); in mm_answer_gss_checkmic()