Home | History | Annotate | Download | only in cipher

Lines Matching full:plaintext

76  * plaintext, and ciphertext that is known to be good
126 /* copy plaintext into test buffer */
132 buffer[i] = test_case->plaintext[i];
134 debug_print(mod_cipher, "plaintext: %s",
220 debug_print(mod_cipher, "plaintext: %s",
224 /* compare the resulting plaintext with that in the test case */
229 if (buffer[i] != test_case->plaintext[i]) {
240 octet_string_hex_string(test_case->plaintext,
278 debug_print(mod_cipher, "random plaintext length %d\n", length);
282 debug_print(mod_cipher, "plaintext: %s",
285 /* copy plaintext into second buffer */
343 debug_print(mod_cipher, "plaintext[2]: %s",
346 /* compare the resulting plaintext with the original one */