Home
last modified time | relevance | path

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

/external/openssh/
Dmonitor.c242 struct mon_table *mon_dispatch; variable
261 struct mon_table *ent = mon_dispatch; in monitor_permit_authentications()
292 mon_dispatch = mon_dispatch_proto20; in monitor_child_preauth()
294 monitor_permit(mon_dispatch, MONITOR_REQ_MODULI, 1); in monitor_child_preauth()
295 monitor_permit(mon_dispatch, MONITOR_REQ_SIGN, 1); in monitor_child_preauth()
305 mon_dispatch, &ent) == 1); in monitor_child_preauth()
403 mon_dispatch = mon_dispatch_postauth20; in monitor_child_postauth()
406 monitor_permit(mon_dispatch, MONITOR_REQ_MODULI, 1); in monitor_child_postauth()
407 monitor_permit(mon_dispatch, MONITOR_REQ_SIGN, 1); in monitor_child_postauth()
408 monitor_permit(mon_dispatch, MONITOR_REQ_TERM, 1); in monitor_child_postauth()
[all …]