Lines Matching refs:zrtp_stream_t

14 extern zrtp_status_t _zrtp_machine_start_initiating_secure(zrtp_stream_t *stream);
17 static zrtp_status_t _zrtp_machine_start_send_and_resend_commit(zrtp_stream_t *stream);
18 static zrtp_status_t _zrtp_machine_start_send_and_resend_dhpart2(zrtp_stream_t *stream);
19 static zrtp_status_t _zrtp_machine_start_send_and_resend_confirm2(zrtp_stream_t *stream);
26 static void _prepare_dhpart2(zrtp_stream_t *stream);
33 static zrtp_status_t _zrtp_machine_process_incoming_dhpart1( zrtp_stream_t *stream,
40 static zrtp_status_t _zrtp_machine_process_incoming_confirm1( zrtp_stream_t *stream,
49 zrtp_status_t _zrtp_machine_process_while_in_initiatingsecure( zrtp_stream_t* stream, in _zrtp_machine_process_while_in_initiatingsecure()
118 zrtp_status_t _zrtp_machine_process_while_in_waitconfirm1( zrtp_stream_t* stream, in _zrtp_machine_process_while_in_waitconfirm1()
149 zrtp_status_t _zrtp_machine_process_while_in_waitconfirmack( zrtp_stream_t* stream, in _zrtp_machine_process_while_in_waitconfirmack()
191 zrtp_status_t _zrtp_machine_enter_initiatingsecure(zrtp_stream_t* stream) in _zrtp_machine_enter_initiatingsecure()
278 zrtp_stream_t* tctx = stream->concurrent; in _zrtp_machine_enter_initiatingsecure()
295 static zrtp_status_t _zrtp_machine_process_incoming_dhpart1( zrtp_stream_t *stream, in _zrtp_machine_process_incoming_dhpart1()
318 static zrtp_status_t _zrtp_machine_process_incoming_confirm1( zrtp_stream_t *stream, in _zrtp_machine_process_incoming_confirm1()
329 static void _send_and_resend_commit(zrtp_stream_t *stream, zrtp_retry_task_t* task) in _send_and_resend_commit()
350 static zrtp_status_t _zrtp_machine_start_send_and_resend_commit(zrtp_stream_t *stream) in _zrtp_machine_start_send_and_resend_commit()
466 static void _send_and_resend_dhpart2(zrtp_stream_t *stream, zrtp_retry_task_t* task) in _send_and_resend_dhpart2()
484 static void _prepare_dhpart2(zrtp_stream_t *stream) in _prepare_dhpart2()
503 static zrtp_status_t _zrtp_machine_start_send_and_resend_dhpart2(zrtp_stream_t *stream) in _zrtp_machine_start_send_and_resend_dhpart2()
517 static void _send_and_resend_confirm2(zrtp_stream_t *stream, zrtp_retry_task_t* task) in _send_and_resend_confirm2()
535 static zrtp_status_t _zrtp_machine_start_send_and_resend_confirm2(zrtp_stream_t *stream) in _zrtp_machine_start_send_and_resend_confirm2()