HomeSort by relevance Sort by last modified time
    Searched refs:debug_print (Results 26 - 50 of 63) sorted by null

12 3

  /external/srtp/crypto/cipher/
aes_cbc.c 63 debug_print(mod_aes_cbc,
114 debug_print(mod_aes_cbc,
144 debug_print(mod_aes_cbc, "setting iv: %s", v128_hex_string(&c->state));
168 debug_print(mod_aes_cbc, "iv: %s",
181 debug_print(mod_aes_cbc, "inblock: %s",
186 debug_print(mod_aes_cbc, "outblock: %s",
221 debug_print(mod_aes_cbc, "iv: %s",
235 debug_print(mod_aes_cbc, "inblock: %s",
241 debug_print(mod_aes_cbc, "outblock: %s",
aes_icm.c 98 debug_print(mod_aes_icm,
184 debug_print(mod_aes_icm,
186 debug_print(mod_aes_icm,
230 debug_print(mod_aes_icm,
239 debug_print(mod_aes_icm, "counter: %s",
241 debug_print(mod_aes_icm, "ciphertext: %s",
265 debug_print(mod_aes_icm,
270 debug_print(mod_aes_icm,
295 debug_print(mod_aes_icm, "counter: %s",
297 debug_print(mod_aes_icm, "ciphertext: %s",
    [all...]
  /external/chromium_org/third_party/libsrtp/srtp/crypto/cipher/
aes_icm.c 98 debug_print(mod_aes_icm,
191 debug_print(mod_aes_icm,
193 debug_print(mod_aes_icm,
242 debug_print(mod_aes_icm,
251 debug_print(mod_aes_icm, "counter: %s",
253 debug_print(mod_aes_icm, "ciphertext: %s",
277 debug_print(mod_aes_icm,
282 debug_print(mod_aes_icm,
307 debug_print(mod_aes_icm, "counter: %s",
309 debug_print(mod_aes_icm, "ciphertext: %s",
    [all...]
aes_cbc.c 63 debug_print(mod_aes_cbc,
111 debug_print(mod_aes_cbc,
145 debug_print(mod_aes_cbc, "setting iv: %s", v128_hex_string(&c->state));
169 debug_print(mod_aes_cbc, "iv: %s",
182 debug_print(mod_aes_cbc, "inblock: %s",
187 debug_print(mod_aes_cbc, "outblock: %s",
222 debug_print(mod_aes_cbc, "iv: %s",
236 debug_print(mod_aes_cbc, "inblock: %s",
242 debug_print(mod_aes_cbc, "outblock: %s",
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/distutils/tests/
test_ccompiler.py 45 compiler.debug_print('xxx')
52 compiler.debug_print('xxx')
test_cmd.py 110 cmd.debug_print('xxx')
117 cmd.debug_print('xxx')
test_filelist.py 106 file_list.debug_print('xxx')
112 file_list.debug_print('xxx')
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/distutils/tests/
test_ccompiler.py 45 compiler.debug_print('xxx')
52 compiler.debug_print('xxx')
test_cmd.py 110 cmd.debug_print('xxx')
117 cmd.debug_print('xxx')
test_filelist.py 106 file_list.debug_print('xxx')
112 file_list.debug_print('xxx')
  /external/chromium_org/third_party/libsrtp/srtp/srtp/
srtp.c 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",
608 debug_print(mod_srtp, "initializing stream (SSRC: 0x%08x)",
    [all...]
  /external/srtp/srtp/
srtp.c 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);
736 debug_print(mod_srtp, "estimated packet index: %016llx", est)
    [all...]
  /external/srtp/test/
srtp_driver.c 612 debug_print(mod_driver, "before protection:\n%s",
616 debug_print(mod_driver, "reference packet before protection:\n%s",
621 debug_print(mod_driver, "after protection:\n%s",
624 debug_print(mod_driver, "after protection:\n%s",
695 debug_print(mod_driver, "after unprotection:\n%s",
811 debug_print(mod_driver, "before protection:\n%s",
815 debug_print(mod_driver, "reference packet before protection:\n%s",
820 debug_print(mod_driver, "after protection:\n%s",
823 debug_print(mod_driver, "after protection:\n%s",
894 debug_print(mod_driver, "after unprotection:\n%s",
    [all...]
  /external/chromium_org/third_party/libsrtp/srtp/test/
srtp_driver.c 656 debug_print(mod_driver, "before protection:\n%s",
660 debug_print(mod_driver, "reference packet before protection:\n%s",
665 debug_print(mod_driver, "after protection:\n%s",
668 debug_print(mod_driver, "after protection:\n%s",
742 debug_print(mod_driver, "after unprotection:\n%s",
862 debug_print(mod_driver, "before protection:\n%s",
866 debug_print(mod_driver, "reference packet before protection:\n%s",
871 debug_print(mod_driver, "after protection:\n%s",
874 debug_print(mod_driver, "after protection:\n%s",
945 debug_print(mod_driver, "after unprotection:\n%s",
    [all...]
  /external/chromium_org/third_party/libsrtp/srtp/crypto/kernel/
crypto_kernel.c 264 debug_print(mod_crypto_kernel,
274 debug_print(mod_crypto_kernel,
284 debug_print(mod_crypto_kernel,
  /external/srtp/crypto/kernel/
crypto_kernel.c 264 debug_print(mod_crypto_kernel,
274 debug_print(mod_crypto_kernel,
284 debug_print(mod_crypto_kernel,
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/distutils/
emxccompiler.py 50 self.debug_print("Python's GCC status: %s (details: %s)" %
60 self.debug_print(self.compiler_type + ": gcc %s, ld %s\n" %
cygwinccompiler.py 114 self.debug_print("Python's GCC status: %s (details: %s)" %
129 self.debug_print(self.compiler_type + ": gcc %s, ld %s, dllwrap %s\n" %
cmd.py 186 def debug_print(self, msg): member in class:Command
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/distutils/
emxccompiler.py 50 self.debug_print("Python's GCC status: %s (details: %s)" %
60 self.debug_print(self.compiler_type + ": gcc %s, ld %s\n" %
cygwinccompiler.py 114 self.debug_print("Python's GCC status: %s (details: %s)" %
129 self.debug_print(self.compiler_type + ": gcc %s, ld %s, dllwrap %s\n" %
  /external/chromium_org/third_party/libsrtp/srtp/crypto/hash/
sha1.c 227 debug_print(mod_sha1, "(update) running sha1_core()", NULL);
233 debug_print(mod_sha1, "(update) not running sha1_core()", NULL);
339 debug_print(mod_sha1, "(final) running sha1_core()", NULL);
343 debug_print(mod_sha1, "(final) running sha1_core() again", NULL);
  /external/srtp/crypto/hash/
sha1.c 227 debug_print(mod_sha1, "(update) running sha1_core()", NULL);
233 debug_print(mod_sha1, "(update) not running sha1_core()", NULL);
339 debug_print(mod_sha1, "(final) running sha1_core()", NULL);
343 debug_print(mod_sha1, "(final) running sha1_core() again", NULL);
  /external/valgrind/main/VEX/priv/
guest_generic_bb_to_IR.c 205 Bool resteerOK, debug_print; local
219 debug_print = toBool(vex_traceflags & VEX_TRACE_FE);
350 if (debug_print && n_instrs > 0)
753 if (debug_print) {
    [all...]
  /hardware/intel/img/libdrm/libdrm/
xf86drm.h 71 int (*debug_print)(const char *format, va_list ap); member in struct:_drmServerInfo

Completed in 492 milliseconds

12 3