Home
last modified time | relevance | path

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

/external/srtp/crypto/hash/
Dauth.c50 debug_module_t mod_auth = { variable
93 debug_print(mod_auth, "running self-test for auth function %s", in auth_type_self_test()
132 debug_print(mod_auth, "key: %s", in auth_type_self_test()
135 debug_print(mod_auth, "data: %s", in auth_type_self_test()
138 debug_print(mod_auth, "tag computed: %s", in auth_type_self_test()
140 debug_print(mod_auth, "tag expected: %s", in auth_type_self_test()
149 debug_print(mod_auth, "test case %d failed", case_num); in auth_type_self_test()
150 debug_print(mod_auth, " (mismatch at octet %d)", i); in auth_type_self_test()
Dnull_auth.c53 extern debug_module_t mod_auth;
60 debug_print(mod_auth, "allocating auth func with key length %d", key_len); in null_auth_alloc()
61 debug_print(mod_auth, " tag length %d", out_len); in null_auth_alloc()
/external/webkit/LayoutTests/http/conf/
Dhttpd.conf225 LoadModule auth_module libexec/httpd/mod_auth.so
268 AddModule mod_auth.c
Dcygwin-httpd.conf225 LoadModule auth_module lib/apache/mod_auth.dll
265 AddModule mod_auth.c
/external/srtp/crypto/kernel/
Dcrypto_kernel.c61 extern debug_module_t mod_auth;
117 status = crypto_kernel_load_debug_module(&mod_auth); in crypto_kernel_init()