Searched refs:mod_auth (Results 1 - 5 of 5) sorted by relevance
/external/srtp/crypto/hash/ |
H A D | 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);
|
H A D | 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/webkit/LayoutTests/http/conf/ |
H A D | cygwin-httpd.conf | 225 LoadModule auth_module lib/apache/mod_auth.dll 265 AddModule mod_auth.c
|
H A D | httpd.conf | 225 LoadModule auth_module libexec/httpd/mod_auth.so 268 AddModule mod_auth.c
|
/external/srtp/crypto/kernel/ |
H A D | crypto_kernel.c | 61 extern debug_module_t mod_auth; 117 status = crypto_kernel_load_debug_module(&mod_auth);
|
Completed in 959 milliseconds