HomeSort by relevance Sort by last modified time
    Searched refs:srtp_create (Results 1 - 6 of 6) sorted by null

  /external/srtp/test/
rtp.c 151 return srtp_create(&sender->srtp_ctx, policy);
156 return srtp_create(&sender->srtp_ctx, policy);
srtp_driver.c 474 status = srtp_create(&srtp, policy);
476 printf("error: srtp_create() failed with error code %d\n", status);
534 status = srtp_create(&srtp, policy);
536 printf("error: srtp_create() failed with error code %d\n", status);
584 err_check(srtp_create(&srtp_sender, policy));
691 err_check(srtp_create(&srtp_rcvr, rcvr_policy));
783 err_check(srtp_create(&srtcp_sender, policy));
890 err_check(srtp_create(&srtcp_rcvr, rcvr_policy));
1045 status = srtp_create(&session, policy);
1191 status = srtp_create(&srtp_snd, &policy)
    [all...]
dtls_srtp_driver.c 132 err = srtp_create(&s, NULL);
  /external/srtp/include/
srtp.h 364 * @brief srtp_create() allocates and initializes an SRTP session.
366 * The function call srtp_create(session, policy, key) allocates and
386 srtp_create(srtp_t *session, const srtp_policy_t *policy);
596 * srtp_create().
  /external/chromium/third_party/libjingle/source/talk/session/phone/
srtpfilter.cc 385 int err = srtp_create(&session_, &policy);
  /external/srtp/srtp/
srtp.c 1269 srtp_create(srtp_t *session, \/* handle for session *\/ function
    [all...]

Completed in 23 milliseconds