Home | History | Annotate | Download | only in cipher

Lines Matching refs:debug_print

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, "testing decryption", NULL);
201 debug_print(mod_cipher, "ciphertext: %s",
220 debug_print(mod_cipher, "plaintext: %s",
231 debug_print(mod_cipher, "test case %d failed", case_num);
232 debug_print(mod_cipher, "(failure at byte %d)", i);
236 debug_print(mod_cipher, "p computed: %s",
239 debug_print(mod_cipher, "p expected: %s",
278 debug_print(mod_cipher, "random plaintext length %d\n", length);
282 debug_print(mod_cipher, "plaintext: %s",
320 debug_print(mod_cipher, "ciphertext: %s",
343 debug_print(mod_cipher, "plaintext[2]: %s",
353 debug_print(mod_cipher, "random test case %d failed", case_num);
354 debug_print(mod_cipher, "(failure at byte %d)", i);