Searched refs:mod_srtp (Results 1 - 3 of 3) sorted by relevance

/external/srtp/srtp/
H A Dekt.c50 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,",
H A Dsrtp.c66 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, "functio
[all...]
/external/chromium/third_party/libjingle/source/talk/session/phone/
H A Dsrtpfilter.cc62 extern "C" debug_module_t mod_srtp;
400 debug_on(mod_srtp);

Completed in 60 milliseconds