OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:mod_srtp
(Results
1 - 4
of
4
) sorted by null
/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/third_party/libjingle/source/talk/session/phone/
srtpfilter.cc
62
extern "C" debug_module_t
mod_srtp
;
400
debug_on(
mod_srtp
);
/external/chromium_org/third_party/libjingle/source/talk/session/media/
srtpfilter.cc
51
extern "C" debug_module_t
mod_srtp
;
88
debug_on(
mod_srtp
);
Completed in 195 milliseconds