Searched defs:mod_auth (Results 1 - 2 of 2) sorted by relevance

/external/chromium_org/third_party/libsrtp/srtp/crypto/hash/
H A Dauth.c50 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);
/external/srtp/crypto/hash/
H A Dauth.c50 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);

Completed in 105 milliseconds