Lines Matching refs:rtp
319 crypto_policy_set_rtp_default(&policy.rtp);
366 * (malloced) example RTP packet whose data field has the length given
390 hdr->version = 2; /* RTP version two */
403 /* set RTP data to 0xab */
499 len = msg_len_octets + 12; /* add in rtp header length */
580 int tag_length = policy->rtp.auth_tag_len;
660 if ((policy->rtp.sec_serv & sec_serv_conf) && (msg_len_octets >= 4)) {
713 if (policy->rtp.sec_serv & sec_serv_auth) {
779 int tag_length = policy->rtp.auth_tag_len;
859 if ((policy->rtp.sec_serv & sec_serv_conf) && (msg_len_octets >= 4)) {
912 if (policy->rtp.sec_serv & sec_serv_auth) {
990 "# rtp cipher: %s\r\n"
991 "# rtp auth: %s\r\n"
992 "# rtp services: %s\r\n"
1016 "# rtp cipher: %s\r\n"
1017 "# rtp auth: %s\r\n"
1018 "# rtp services: %s\r\n"
1059 * it prints an RTP packet to the stdout
1082 "(s)rtp packet: {\n"
1181 crypto_policy_set_rtp_default(&policy.rtp);