Searched refs:mod_auth (Results 1 – 4 of 4) sorted by relevance
/external/srtp/crypto/hash/ |
D | auth.c | 50 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()
|
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); in null_auth_alloc() 61 debug_print(mod_auth, " tag length %d", out_len); in null_auth_alloc()
|
/external/srtp/crypto/kernel/ |
D | crypto_kernel.c | 61 extern debug_module_t mod_auth; 117 status = crypto_kernel_load_debug_module(&mod_auth); in crypto_kernel_init()
|
/external/webrtc/talk/session/media/ |
D | srtpfilter.cc | 62 extern "C" debug_module_t mod_auth; 97 debug_on(mod_auth); in EnableSrtpDebugging()
|