Searched refs:MONITOR_REQ_RSARESPONSE (Results 1 - 3 of 3) sorted by relevance

/freebsd-10.0-release/crypto/openssh/
H A Dmonitor.h53 MONITOR_REQ_RSARESPONSE = 40, MONITOR_ANS_RSARESPONSE = 41, enumerator in enum:monitor_reqtype
H A Dmonitor.c288 {MONITOR_REQ_RSARESPONSE, MON_ONCE|MON_AUTHDECIDE, mm_answer_rsa_response},
1627 monitor_permit(mon_dispatch, MONITOR_REQ_RSARESPONSE, 0);
1662 monitor_permit(mon_dispatch, MONITOR_REQ_RSARESPONSE, 1);
H A Dmonitor_wrap.c1170 mm_request_send(pmonitor->m_recvfd, MONITOR_REQ_RSARESPONSE, &m);

Completed in 79 milliseconds