Searched refs:srtp_snd (Results 1 - 2 of 2) sorted by relevance

/external/chromium_org/third_party/libsrtp/srtp/test/
H A Dsrtp_driver.c1221 srtp_t srtp_snd, srtp_recv; local
1240 status = srtp_create(&srtp_snd, &policy);
1248 status = srtp_protect(srtp_snd, srtp_plaintext, &len);
1279 status = srtp_dealloc(srtp_snd);
1329 srtp_t srtp_snd, srtp_recv; local
1348 status = srtp_create(&srtp_snd, &policy);
1356 status = srtp_protect(srtp_snd, srtp_plaintext, &len);
1387 status = srtp_dealloc(srtp_snd);
/external/srtp/test/
H A Dsrtp_driver.c1172 srtp_t srtp_snd, srtp_recv; local
1191 status = srtp_create(&srtp_snd, &policy);
1199 status = srtp_protect(srtp_snd, srtp_plaintext, &len);

Completed in 1378 milliseconds