Home | History | Annotate | Download | only in test

Lines Matching refs:rtp

4  * rtp word sender/receiver
9 * This app is a simple RTP application intended only for testing
12 * each USEC_RATE microseconds. Secure RTP protections can be
79 #include "rtp.h"
119 * program_type distinguishes the [s]rtp sender and receiver cases
314 crypto_policy_set_rtp_default(&policy.rtp);
318 crypto_policy_set_aes_cm_128_null_auth(&policy.rtp);
322 crypto_policy_set_null_cipher_hmac_sha1_80(&policy.rtp);
335 policy.rtp.sec_serv = sec_servs;
370 * application is now a vanilla-flavored RTP application.
375 policy.rtp.cipher_type = NULL_CIPHER;
376 policy.rtp.cipher_key_len = 0;
377 policy.rtp.auth_type = NULL_AUTH;
378 policy.rtp.auth_key_len = 0;
379 policy.rtp.auth_tag_len = 0;
380 policy.rtp.sec_serv = sec_serv_none;
407 /* initialize sender's rtp and srtp contexts */
502 " -s act as rtp sender\n"
503 " -r act as rtp receiver\n"