Lines Matching refs:debug_print

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