Searched refs:mod_cipher (Results 1 – 4 of 4) sorted by relevance
/external/srtp/crypto/cipher/ |
D | cipher.c | 51 debug_module_t mod_cipher = { variable 93 debug_print(mod_cipher, "running self-test for cipher %s", in cipher_type_self_test() 117 debug_print(mod_cipher, "testing encryption", NULL); in cipher_type_self_test() 134 debug_print(mod_cipher, "plaintext: %s", in cipher_type_self_test() 153 debug_print(mod_cipher, "ciphertext: %s", in cipher_type_self_test() 164 debug_print(mod_cipher, "test case %d failed", case_num); in cipher_type_self_test() 165 debug_print(mod_cipher, "(failure at byte %d)", i); in cipher_type_self_test() 170 debug_print(mod_cipher, "c computed: %s", in cipher_type_self_test() 173 debug_print(mod_cipher, "c expected: %s", in cipher_type_self_test() 184 debug_print(mod_cipher, "testing decryption", NULL); in cipher_type_self_test() [all …]
|
D | null_cipher.c | 53 extern debug_module_t mod_cipher; 60 debug_print(mod_cipher, in null_cipher_alloc() 104 debug_print(mod_cipher, "initializing null cipher", NULL); in null_cipher_init()
|
/external/srtp/crypto/kernel/ |
D | crypto_kernel.c | 62 extern debug_module_t mod_cipher; 120 status = crypto_kernel_load_debug_module(&mod_cipher); in crypto_kernel_init()
|
/external/webrtc/talk/session/media/ |
D | srtpfilter.cc | 63 extern "C" debug_module_t mod_cipher; 98 debug_on(mod_cipher); in EnableSrtpDebugging()
|