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

  /external/srtp/crypto/kernel/
crypto_kernel.c 114 status = crypto_kernel_load_debug_module(&mod_crypto_kernel);
117 status = crypto_kernel_load_debug_module(&mod_auth);
120 status = crypto_kernel_load_debug_module(&mod_cipher);
123 status = crypto_kernel_load_debug_module(&mod_stat);
126 status = crypto_kernel_load_debug_module(&mod_alloc);
339 crypto_kernel_load_debug_module(new_ct->debug);
384 crypto_kernel_load_debug_module(new_at->debug);
469 crypto_kernel_load_debug_module(debug_module_t *new_dm) { function
  /external/chromium_org/third_party/libsrtp/srtp/crypto/kernel/
crypto_kernel.c 114 status = crypto_kernel_load_debug_module(&mod_crypto_kernel);
117 status = crypto_kernel_load_debug_module(&mod_auth);
120 status = crypto_kernel_load_debug_module(&mod_cipher);
123 status = crypto_kernel_load_debug_module(&mod_stat);
126 status = crypto_kernel_load_debug_module(&mod_alloc);
354 crypto_kernel_load_debug_module(new_ct->debug);
424 crypto_kernel_load_debug_module(new_at->debug);
519 crypto_kernel_load_debug_module(debug_module_t *new_dm) { function

Completed in 842 milliseconds