Lines Matching refs:srtp
90 srtp_session_print_policy(srtp_t srtp);
462 srtp_t srtp; in srtp_bits_per_second() local
474 status = srtp_create(&srtp, policy); in srtp_bits_per_second()
502 status = srtp_protect(srtp, mesg, &len); in srtp_bits_per_second()
522 srtp_ctx_t *srtp; in srtp_rejections_per_second() local
534 status = srtp_create(&srtp, policy); in srtp_rejections_per_second()
545 srtp_protect(srtp, (srtp_hdr_t *)mesg, &len); in srtp_rejections_per_second()
550 srtp_unprotect(srtp, (srtp_hdr_t *)mesg, &len); in srtp_rejections_per_second()
968 srtp_session_print_policy(srtp_t srtp) { in srtp_session_print_policy() argument
983 if (srtp == NULL) in srtp_session_print_policy()
987 if (srtp->stream_template != NULL) { in srtp_session_print_policy()
988 stream = srtp->stream_template; in srtp_session_print_policy()
1010 stream = srtp->stream_list; in srtp_session_print_policy()
1277 extern srtp_stream_t srtp_get_stream(srtp_t srtp, uint32_t ssrc); in srtp_test_remove_stream()