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

  /external/srtp/crypto/hash/
auth.c 50 debug_module_t mod_auth = { variable
93 debug_print(mod_auth, "running self-test for auth function %s",
132 debug_print(mod_auth, "key: %s",
135 debug_print(mod_auth, "data: %s",
138 debug_print(mod_auth, "tag computed: %s",
140 debug_print(mod_auth, "tag expected: %s",
149 debug_print(mod_auth, "test case %d failed", case_num);
150 debug_print(mod_auth, " (mismatch at octet %d)", i);
null_auth.c 53 extern debug_module_t mod_auth;
60 debug_print(mod_auth, "allocating auth func with key length %d", key_len);
61 debug_print(mod_auth, " tag length %d", out_len);
  /external/chromium_org/third_party/libsrtp/srtp/crypto/hash/
auth.c 50 debug_module_t mod_auth = { variable
93 debug_print(mod_auth, "running self-test for auth function %s",
132 debug_print(mod_auth, "key: %s",
135 debug_print(mod_auth, "data: %s",
138 debug_print(mod_auth, "tag computed: %s",
140 debug_print(mod_auth, "tag expected: %s",
149 debug_print(mod_auth, "test case %d failed", case_num);
150 debug_print(mod_auth, " (mismatch at octet %d)", i);
null_auth.c 53 extern debug_module_t mod_auth;
60 debug_print(mod_auth, "allocating auth func with key length %d", key_len);
61 debug_print(mod_auth, " tag length %d", out_len);
  /external/srtp/crypto/kernel/
crypto_kernel.c 61 extern debug_module_t mod_auth;
117 status = crypto_kernel_load_debug_module(&mod_auth);
  /external/chromium_org/third_party/libsrtp/srtp/crypto/kernel/
crypto_kernel.c 61 extern debug_module_t mod_auth;
117 status = crypto_kernel_load_debug_module(&mod_auth);
  /external/chromium_org/tools/python/google/httpd_config/
httpd2.conf 90 #LoadModule auth_module lib/apache/mod_auth.dll
httpd.conf 222 LoadModule auth_module lib/apache/mod_auth.dll
265 AddModule mod_auth.c
  /external/chromium_org/third_party/libjingle/source/talk/session/media/
srtpfilter.cc 60 extern "C" debug_module_t mod_auth;
97 debug_on(mod_auth);

Completed in 295 milliseconds