Home
last modified time | relevance | path

Searched refs:srtp_mod_alloc (Results 1 – 3 of 3) sorted by relevance

/external/libsrtp2/crypto/kernel/
Dalloc.c54 srtp_debug_module_t srtp_mod_alloc = { variable
81 debug_print(srtp_mod_alloc, "(location: %p) allocated", ptr); in srtp_crypto_alloc()
83 debug_print(srtp_mod_alloc, "allocation failed (asked for %d bytes)\n", in srtp_crypto_alloc()
92 debug_print(srtp_mod_alloc, "(location: %p) freed", ptr); in srtp_crypto_free()
Dcrypto_kernel.c108 status = srtp_crypto_kernel_load_debug_module(&srtp_mod_alloc); in srtp_crypto_kernel_init()
/external/libsrtp2/crypto/include/
Dcipher_types.h70 extern srtp_debug_module_t srtp_mod_alloc;