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

  /external/chromium_org/third_party/libsrtp/srtp/srtp/
ekt.c 50 extern debug_module_t mod_srtp;
214 debug_print(mod_srtp, "EKT not in use", NULL);
225 debug_print(mod_srtp, "writing EKT EMK: %s,",
232 debug_print(mod_srtp, "writing EKT ROC: %s,",
239 debug_print(mod_srtp, "writing EKT ISN: %s,",
245 debug_print(mod_srtp, "writing EKT SPI: %s,",
srtp.c 62 debug_module_t mod_srtp = { variable
283 debug_print(mod_srtp, "cloning stream (SSRC: 0x%08x)", ssrc);
479 debug_print(mod_srtp, "found rtp_salt_len > 0, generating salt", NULL);
490 debug_print(mod_srtp, "cipher key: %s",
493 debug_print(mod_srtp, "cipher salt: %s",
513 debug_print(mod_srtp, "auth key: %s",
546 debug_print(mod_srtp, "found rtcp_salt_len > 0, generating rtcp salt",
558 debug_print(mod_srtp, "rtcp cipher key: %s",
561 debug_print(mod_srtp, "rtcp cipher salt: %s",
582 debug_print(mod_srtp, "rtcp auth key: %s"
    [all...]
  /external/srtp/srtp/
ekt.c 50 extern debug_module_t mod_srtp;
211 debug_print(mod_srtp, "EKT not in use", NULL);
222 debug_print(mod_srtp, "writing EKT EMK: %s,",
229 debug_print(mod_srtp, "writing EKT ROC: %s,",
236 debug_print(mod_srtp, "writing EKT ISN: %s,",
242 debug_print(mod_srtp, "writing EKT SPI: %s,",
srtp.c 66 debug_module_t mod_srtp = { variable
239 debug_print(mod_srtp, "cloning stream (SSRC: 0x%08x)", ssrc);
381 debug_print(mod_srtp, "found aes_icm, generating salt", NULL);
387 debug_print(mod_srtp, "cipher key: %s",
402 debug_print(mod_srtp, "auth key: %s",
430 debug_print(mod_srtp, "found aes_icm, generating rtcp salt", NULL);
436 debug_print(mod_srtp, "rtcp cipher key: %s",
451 debug_print(mod_srtp, "rtcp auth key: %s",
475 debug_print(mod_srtp, "initializing stream (SSRC: 0x%08x)",
610 debug_print(mod_srtp, "function srtp_protect", NULL)
    [all...]
  /external/chromium_org/third_party/libjingle/source/talk/session/media/
srtpfilter.cc 59 extern "C" debug_module_t mod_srtp;
96 debug_on(mod_srtp);

Completed in 238 milliseconds