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

  /external/srtp/srtp/
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/libsrtp/srtp/srtp/
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...]

Completed in 298 milliseconds