Home
last modified time | relevance | path

Searched refs:crypto_kernel_load_debug_module (Results 1 – 5 of 5) sorted by relevance

/external/srtp/crypto/kernel/
Dcrypto_kernel.c114 status = crypto_kernel_load_debug_module(&mod_crypto_kernel); in crypto_kernel_init()
117 status = crypto_kernel_load_debug_module(&mod_auth); in crypto_kernel_init()
120 status = crypto_kernel_load_debug_module(&mod_cipher); in crypto_kernel_init()
123 status = crypto_kernel_load_debug_module(&mod_stat); in crypto_kernel_init()
126 status = crypto_kernel_load_debug_module(&mod_alloc); in crypto_kernel_init()
339 crypto_kernel_load_debug_module(new_ct->debug); in crypto_kernel_load_cipher_type()
384 crypto_kernel_load_debug_module(new_at->debug); in crypto_kernel_load_auth_type()
469 crypto_kernel_load_debug_module(debug_module_t *new_dm) { in crypto_kernel_load_debug_module() function
/external/srtp/crypto/include/
Dcrypto_kernel.h186 crypto_kernel_load_debug_module(debug_module_t *new_dm);
/external/srtp/
Dsrtp.def24 crypto_kernel_load_debug_module
/external/srtp/test/
Dsrtp_driver.c168 status = crypto_kernel_load_debug_module(&mod_driver); in main()
/external/srtp/srtp/
Dsrtp.c1126 status = crypto_kernel_load_debug_module(&mod_srtp); in srtp_init()