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

  /external/chromium_org/third_party/libsrtp/srtp/crypto/test/
kernel_driver.c 84 status = crypto_kernel_set_debug_module(optarg, 1);
rand_gen.c 94 status = crypto_kernel_set_debug_module(optarg, 1);
  /external/chromium_org/third_party/libsrtp/srtp/crypto/include/
crypto_kernel.h 246 * crypto_kernel_set_debug_module(mod_name, v)
255 crypto_kernel_set_debug_module(char *mod_name, int v);
  /external/chromium_org/third_party/libsrtp/srtp/test/
dtls_srtp_driver.c 88 err = crypto_kernel_set_debug_module(optarg_s, 1);
rtpw.c 211 status = crypto_kernel_set_debug_module(optarg_s, 1);
srtp_driver.c 203 status = crypto_kernel_set_debug_module(optarg_s, 1);
    [all...]
  /external/chromium_org/third_party/libsrtp/srtp/crypto/kernel/
crypto_kernel.c 551 crypto_kernel_set_debug_module(char *name, int on) { function

Completed in 1488 milliseconds