OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:mod_auth
(Results
1 - 5
of
5
) 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/tools/python/google/httpd_config/
httpd.conf
222
LoadModule auth_module lib/apache/
mod_auth
.dll
265
AddModule
mod_auth
.c
/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/libjingle/source/talk/session/media/
srtpfilter.cc
52
extern "C" debug_module_t
mod_auth
;
89
debug_on(
mod_auth
);
Completed in 1854 milliseconds