Searched refs:mon_dispatch (Results 1 – 1 of 1) sorted by relevance
| /freebsd-10-stable/crypto/openssh/ |
| D | monitor.c | 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() [all …]
|