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

/external/srtp/crypto/cipher/
H A Dcipher.c51 debug_module_t mod_cipher = { variable
93 debug_print(mod_cipher, "running self-test for cipher %s",
117 debug_print(mod_cipher, "testing encryption", NULL);
134 debug_print(mod_cipher, "plaintext: %s",
153 debug_print(mod_cipher, "ciphertext: %s",
164 debug_print(mod_cipher, "test case %d failed", case_num);
165 debug_print(mod_cipher, "(failure at byte %d)", i);
170 debug_print(mod_cipher, "c computed: %s",
173 debug_print(mod_cipher, "c expected: %s",
184 debug_print(mod_cipher, "testin
[all...]
/external/chromium_org/third_party/libsrtp/srtp/crypto/cipher/
H A Dcipher.c51 debug_module_t mod_cipher = { variable
93 debug_print(mod_cipher, "running self-test for cipher %s",
117 debug_print(mod_cipher, "testing encryption", NULL);
134 debug_print(mod_cipher, "plaintext: %s",
153 debug_print(mod_cipher, "ciphertext: %s",
164 debug_print(mod_cipher, "test case %d failed", case_num);
165 debug_print(mod_cipher, "(failure at byte %d)", i);
170 debug_print(mod_cipher, "c computed: %s",
173 debug_print(mod_cipher, "c expected: %s",
184 debug_print(mod_cipher, "testin
[all...]

Completed in 79 milliseconds