HomeSort by relevance Sort by last modified time
    Searched full:debug_module_t (Results 1 - 22 of 22) sorted by null

  /external/srtp/googlepatches/
google-6-srtp-driver-fix.patch 5 @@ -138,7 +138,7 @@ debug_module_t mod_driver = {
google-5-buffer-overflow.patch 33 (debug_module_t *) &mod_aes_icm
  /external/srtp/crypto/kernel/
crypto_kernel.c 52 debug_module_t mod_crypto_kernel = {
61 extern debug_module_t mod_auth;
62 extern debug_module_t mod_cipher;
63 extern debug_module_t mod_stat;
64 extern debug_module_t mod_alloc;
469 crypto_kernel_load_debug_module(debug_module_t *new_dm) {
alloc.c 50 debug_module_t mod_alloc = {
  /external/srtp/crypto/cipher/
null_cipher.c 53 extern debug_module_t mod_cipher;
150 (debug_module_t *) NULL
aes_cbc.c 50 debug_module_t mod_aes_cbc = {
441 (debug_module_t *) &mod_aes_cbc
aes_icm.c 53 debug_module_t mod_aes_icm = {
511 (debug_module_t *) &mod_aes_icm
cipher.c 51 debug_module_t mod_cipher = {
aes.c     [all...]
  /external/srtp/crypto/hash/
hmac.c 50 debug_module_t mod_hmac = {
265 (debug_module_t *) &mod_hmac
auth.c 50 debug_module_t mod_auth = {
null_auth.c 53 extern debug_module_t mod_auth;
sha1.c 50 debug_module_t mod_sha1 = {
  /external/srtp/crypto/include/
crypto_kernel.h 97 debug_module_t *mod;
186 crypto_kernel_load_debug_module(debug_module_t *new_dm);
err.h 143 * debug_module_t defines a debug module
149 } debug_module_t; typedef in typeref:struct:__anon14050
auth.h 131 debug_module_t *debug;
cipher.h 149 debug_module_t *debug;
  /external/srtp/crypto/math/
stat.c 12 debug_module_t mod_stat = {
  /external/srtp/srtp/
ekt.c 50 extern debug_module_t mod_srtp;
srtp.c 66 debug_module_t mod_srtp = {
    [all...]
  /external/chromium/third_party/libjingle/source/talk/session/phone/
srtpfilter.cc 62 extern "C" debug_module_t mod_srtp;
  /external/srtp/test/
srtp_driver.c 134 debug_module_t mod_driver = {
    [all...]

Completed in 564 milliseconds